[Groonga-commit] ranguba/groonga-client at d718585 [master] Simplify

Back to archive index

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


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

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

  Message:
    Simplify

  Modified files:
    README.md

  Modified: README.md (+3 -7)
===================================================================
--- README.md    2016-09-05 10:39:40 +0900 (1b95cdf)
+++ README.md    2016-09-05 10:40:33 +0900 (c6cf8f0)
@@ -20,13 +20,9 @@ as the protocol using a client.
 ## Usage
 
 Grooga-client handles protocol transparently, so there is only one
-difference between HTTP and GQTP examples.
-
-If you want to use HTTP, specify correct port number to `:port` and
-`:protocol => :http` as parameters of `open` method.
-
-If you want to use GQTP, specify correct port number to `:port` and
-`:protocol => :gqtp` as parameters of `open` method.
+difference between HTTP and GQTP examples. It's `:protocol` parameter
+value of `Groonga::Client.open`. It's `:http` for HTTP and `:gqtp` for
+GQTP.
 
 ### HTTP
 
-------------- next part --------------
HTML����������������������������...
Download 



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