From 38b55cf14942475beac9bb743fb3854ddfb84bac Mon Sep 17 00:00:00 2001 From: goropikari Date: Fri, 2 Mar 2018 11:14:33 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67163bc..3de9562 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ This package is notification tools for Julialang. +```julia +using Notifier +notify("Task completed") +``` +![Screenshot of a Notification](./docs/linuxpopup.png?raw=true) + ## Features: - Linux - desktop notification @@ -22,7 +28,6 @@ This package is notification tools for Julialang. ## Installation ```Julia Pkg.add("Notifier") -# Pkg.checkout("Notifier") # checkout master branch ``` # Linux OS