[tor-commits] [meek/master] Reflow paragraphs, edit a bit.

dcf at torproject.org dcf at torproject.org
Sun Dec 7 02:40:58 UTC 2014


commit d8227191c30f040f8dc918622d0c9573dcbc31a3
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Dec 6 18:38:53 2014 -0800

    Reflow paragraphs, edit a bit.
---
 README     |    6 +++---
 php/README |   12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README b/README
index 72b8cb7..03424c5 100644
--- a/README
+++ b/README
@@ -62,9 +62,9 @@ nginx:
 A reflector configuration for Nginx.
 
 php:
-A php reflector similar to the appengine one above. Ideally, it can be run on
-any platform that supports php. A public instance is at:
-https://meek-reflect.herokuapp.com/
+A PHP reflector. It can be run on any platform that supports PHP with
+the cURL library. A public instance is at
+https://meek-reflect.herokuapp.com/.
 
 wsgi:
 A WSGI Python reflector.
diff --git a/php/README b/php/README
index 88063de..b8e96b8 100644
--- a/php/README
+++ b/php/README
@@ -1,13 +1,13 @@
-Ideally, this component can run on any platform that supports PHP. It lies
-between meek-client and meek-server, and receives requests from the client and
-forwards them to the server, then receives responses from the server and
-forwards them to the client.
+Ideally, this component can run on any platform that supports PHP. It
+lies between meek-client and meek-server, and receives requests from the
+client and forwards them to the server, then receives responses from the
+server and forwards them to the client.
 
 To test locally, run:
 	php -S 127.0.0.1:8080
 
-The app will be running at http://127.0.0.1:8080/. To configure meek-client to
-talk to the locally running app, put this in torrc:
+The app will be running at http://127.0.0.1:8080/. To configure
+meek-client to talk to the locally running app, put this in torrc:
 	UseBridges 1
 	Bridge meek 0.0.2.0:1 url=http://127.0.0.1:8080/
 	ClientTransportPlugin meek exec ./meek-client --log meek-client.log



More information about the tor-commits mailing list