Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Jul 10, 2011
1 parent 9e1dbf6 commit a7c2a4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ run socket server on a different port

Then you can access it via 4334 port using a socket client library of your programming language. You can find socket client script example in the examples directory of the gem.

If you want to check if socket server works for you try:
If you want to check if socket server works for you:

#run server in one terminal
parserver

#in another termina window type
telnet localhost 4334

If you enter a line with a scientific name server will send you back parsed information in json format.
Expand Down

0 comments on commit a7c2a4d

Please sign in to comment.