Skip to content

Commit

Permalink
fix up running list in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benmmurphy committed Oct 16, 2011
1 parent a61868f commit 6d8e43f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
This project is still very alpha. Enough of the protocol has been implemented to view pages in google chrome. Check out espdy_test_server.erl

#Running
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --use-spdy=ssl
make compile
./test_server
http://localhost:8443
1. /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --use-spdy=ssl
2. make compile
3. ./test_server
4. http://localhost:8443

# {active, false} socket like API
This makes the code much more complicated :( and I'm wondering if it is worth having. If you use a callback module or {active, true} style message sending
Expand Down

0 comments on commit 6d8e43f

Please sign in to comment.