Skip to content

Commit

Permalink
Merge pull request #92 from alexiri/master
Browse files Browse the repository at this point in the history
Correct examples in the documentation, thanks alexiri!
  • Loading branch information
todbot committed Jun 19, 2014
2 parents f4b8b78 + e390786 commit 1bf6ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commandline/server/blink1-tiny-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//
// localhost:8080/blink1/on
// localhost:8080/blink1/off
// localhost:8080/blink1/blink?rgb=#ff0ff&time=1000&count=3
// localhost:8080/blink1/fadeToRGB?rgb=#ff00ff&time=1000
// localhost:8080/blink1/blink?rgb=%23ff0ff&time=1.0&count=3
// localhost:8080/blink1/fadeToRGB?rgb=%23ff00ff&time=1.0
//
//
//
Expand Down

0 comments on commit 1bf6ee8

Please sign in to comment.