README.mkd in zidian-0.1.0 vs README.mkd in zidian-0.1.1

- old
+ new

@@ -2,10 +2,15 @@ ====== Zidian is a simple Chinese-English dictionary written in ruby. It only works under Unix systems, as it uses specific commands (sed, grep, less), at least for now. +Install +--------- + + gem install zidian + Examples of use -------------- Zidian.find(237) # returns the Word from the 237 id (line number in the file) @@ -14,7 +19,7 @@ Zidian.find("文") # returns all the words that contain "文" Zidian.find([653,34]) # returns the 2 words corresponding to the given ids Author: Bastien Vaucher -Version: 0.0.1 +Version: 0.1.1 Licence: MIT \ No newline at end of file