From 495deb37f83b821715c0064be9f9c25a7ddce97f Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Wed, 11 May 2016 22:56:10 -0400 Subject: [PATCH] Fuckit. 2.0 release! --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0ccd0b1..c1c296f 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ Quickstart .. code:: shell - $ sudo curl -L -o /usr/bin/ntfy https://github.com/dschep/ntfy/releases/download/v2.0.0-beta0/ntfy + $ sudo curl -L -o /usr/bin/ntfy https://github.com/dschep/ntfy/releases/download/v2.0.0/ntfy $ sudo chmod +x /usr/bin/ntfy $ ntfy send test # send a notification when the command `sleep 10` finishes