README.md in noam_lemma-0.2.1 vs README.md in noam_lemma-0.2.1.1
- old
+ new
@@ -6,14 +6,11 @@
This library exposes the fundamental concepts in a Lemma to Ruby developers. It
handles registration, subscription, and message processing. All one needs to do
to create a new Lemma in a network is interact with the Noam::Lemma class. See
the `example/` directory in the project for further details on usage.
-Build the ruby gem from noam lemma directory
-`gem build noam_lemma.gemspec`
-
Install the gem
-`gem install noam_lemma-version.gem`
+`gem install noam_lemma`
Known Issues
------------
* Listening fails un-gracefully when the server goes down.