Skip to content

Commit

Permalink
Edited docs for Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Jan 22, 2015
1 parent c147a87 commit 81a6f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ruby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ API client
A client for Ruby is under development. Basic low-level functions are now
available in the stable release, but no effort has been made to leverage any of
Ruby's language-level concurrency features. It is possible to use the current
functions in a Ruby program to submit jobs to be executed by volunter compute
functions in a Ruby program to submit jobs to be executed by volunteer compute
nodes, but it is not yet convenient.


Expand Down Expand Up @@ -59,8 +59,8 @@ connection strings:
.. `QM::launch_service` in order to look as similar to Node.js as possible. Is
.. this a "terrible" thing to do in Ruby?
The Ruby version of the API server has significantly less flexibility than the
original Node.js version does. The only choice to persist storage for the
The Ruby version of the API server has less flexibility than the original
Node.js version does. The only choice to persist storage for the
message-passing interface is MongoDB_, and MongoDB is also the only supported
database for logging traffic data.

Expand Down

0 comments on commit 81a6f32

Please sign in to comment.