README.md in arachni-rpc-0.1 vs README.md in arachni-rpc-0.1.1

- old
+ new

@@ -1,10 +1,10 @@ # Arachni-RPC <table> <tr> <th>Version</th> - <td>0.1</td> + <td>0.1.1</td> </tr> <tr> <th>Github page</th> <td><a href="http://github.com/Arachni/arachni-rpc">http://github.com/Arachni/arachni-rpc</a></td> <tr/> @@ -24,11 +24,11 @@ <th>Copyright</th> <td>2011</td> </tr> <tr> <th>License</th> - <td><a href="file.LICENSE.html">GNU General Public License v2</a></td> + <td><a href="file.LICENSE.html">3-clause BSD</a></td> </tr> </table> ## Synopsis @@ -39,24 +39,22 @@ - <a href="http://github.com/Arachni/arachni-rpc-em">Arachni-RPC EM</a> -- Uses EventMachine for network related operations and provides both a client and a server, this is the one used by Arachni. - <a href="http://github.com/Arachni/arachni-rpc-pure">Arachni-RPC Pure</a> -- Provides a synchronous client using pure Ruby OpenSSL sockets and has no 3rd party dependencies. ## Features -It is: + - Extremely lightweight + - Very simple design + - Token-based authentication - - extremely lightweight - - very simple design - - provides token-based authentication - ## Installation I can't think of a lot of uses for manually installing the protocol specification (it'll most likely be installed as a dependency for some other project) but in case you want to some instructions follow. ### Gem -The Gem hasn't been pushed yet, the system is still under development. +```gem install arachni-rpc``` ### Source If you want to clone the repository and work with the source code: @@ -82,8 +80,8 @@ Please send your feedback using Github's issue system at [http://github.com/arachni/arachni-rpc/issues](http://github.com/arachni/arachni-rpc/issues). ## License -Arachni is licensed under the GNU General Public License v2.<br/> +Arachni-RPC is provided under the 3-clause BSD license.<br/> See the [LICENSE](file.LICENSE.html) file for more information.