Kouhei Sutou
null+****@clear*****
Wed Oct 22 14:11:04 JST 2014
Kouhei Sutou 2014-10-22 14:11:04 +0900 (Wed, 22 Oct 2014) New Revision: 2b70925a535d16c853baa63f3ce5079d6a18af7d https://github.com/ranguba/groonga-client/commit/2b70925a535d16c853baa63f3ce5079d6a18af7d Message: Fix markup Modified files: README.md Modified: README.md (+10 -10) =================================================================== --- README.md 2014-09-30 19:49:07 +0900 (c9ccbab) +++ README.md 2014-10-22 14:11:04 +0900 (f91cddd) @@ -25,21 +25,21 @@ TODO: use commands with parameters for examples ### GQTP - Groonga::Client.open(:host => host, :port => port, :protocol => :gqtp) do |client| - tables = client.table_list - tables.each do |table| - table.name + Groonga::Client.open(:host => host, :port => port, :protocol => :gqtp) do |client| + tables = client.table_list + tables.each do |table| + table.name + end end - end ### HTTP - Groonga::Client.open(:host => host, :port => port, :protocol => :http) do |client| - tables = client.table_list - tables.each do |table| - table.name + Groonga::Client.open(:host => host, :port => port, :protocol => :http) do |client| + tables = client.table_list + tables.each do |table| + table.name + end end - end ## Dependencies -------------- next part -------------- HTML����������������������������...Télécharger