diff --git a/README.md b/README.md index 42d7bad3..1b99b922 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ Seyren ([/ˈsaɪ.rʌn/](http://en.wikipedia.org/wiki/Wikipedia:IPA_for_English#K ###Run ``` -wget https://github.com/scobal/seyren/releases/download/1.2.0/seyren-1.2.0.jar +wget https://github.com/scobal/seyren/releases/download/1.2.1/seyren-1.2.1.jar export GRAPHITE_URL=http://graphite.foohost.com:80 -java -jar seyren-1.2.0.jar +java -jar seyren-1.2.1.jar open http://localhost:8080 ``` @@ -39,7 +39,7 @@ To run seyren on another port: ``` export SEYREN_URL="http://localhost:8081/seyren" -java -jar seyren-1.2.0.jar -httpPort=8081 +java -jar seyren-1.2.1.jar -httpPort=8081 ``` ###Config