[Groonga-commit] ranguba/groonga-client at c7d22f0 [master] Fix English

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 5 10:40:57 JST 2016


Kouhei Sutou	2016-09-05 10:40:57 +0900 (Mon, 05 Sep 2016)

  New Revision: c7d22f0a091a675eaa4ddf86bad2ceb8009aa83f
  https://github.com/ranguba/groonga-client/commit/c7d22f0a091a675eaa4ddf86bad2ceb8009aa83f

  Message:
    Fix English

  Modified files:
    README.md

  Modified: README.md (+2 -2)
===================================================================
--- README.md    2016-09-05 10:40:33 +0900 (c6cf8f0)
+++ README.md    2016-09-05 10:40:57 +0900 (0fce358)
@@ -26,7 +26,7 @@ GQTP.
 
 ### HTTP
 
-Here is a sample to get list of table via HTTP protocol.
+Here is a sample to get list of tables via HTTP protocol.
 
     Groonga::Client.open(:host => host, :port => port, :protocol => :http) do |client|
       tables = client.table_list
@@ -37,7 +37,7 @@ Here is a sample to get list of table via HTTP protocol.
 
 ### GQTP
 
-Here is a sample to get list of table via GQTP protocol.
+Here is a sample to get list of tables via GQTP protocol.
 
     Groonga::Client.open(:host => host, :port => port, :protocol => :gqtp) do |client|
       tables = client.table_list
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index