README.md in ugigi-0.0.1 vs README.md in ugigi-0.1
- old
+ new
@@ -22,9 +22,12 @@
# "寅丸星"がタグに設定されているSSを持ってくる
novels = Ugigi.search(:tag => "寅丸星")
novels.each do |novel|
puts novel.title
end
+
+ # "にとり"が文章中に含まれているSSの数を持ってくる
+ puts Ugigi.total_count(:free => "にとり")
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)