README.md in jumoku-0.1.3 vs README.md in jumoku-0.2.0

- old
+ new

@@ -1,6 +1,4 @@ -![Texte alternatif](http://img547.imageshack.us/img547/2932/logoJumoku.png "Jumoku logo") - **Build and manipulate tree structures in Ruby.** ## Synopsis Jumoku provides you with tree structures and related tools to perform manipulation and computation the easy way. Trees are a subset of graphs, which are used in a whole slew of computer science and mathematical problems: network modelization, datasets storage, scientific computation, load balancing, games and AI designs, … Trees are frequently used to mimic hierarchal structures such as filesystems, or modelize decisionnal patterns, for instance.