aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-16 23:37:29 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-16 23:37:29 -0400
commitd82d92aceb4c174d6cd971fb2165571b90c60dca (patch)
treeae927f97c3ac70e5707f10ec80a0421f8f3f92fa /README.rst
parent6821d11352f94b305c96b8e3a6690986e0c0c2fd (diff)
downloadbrowsing-activity-tracker-d82d92aceb4c174d6cd971fb2165571b90c60dca.tar.gz
Typos fixing in READMEsHEADmaster
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index e603627..9daa525 100644
--- a/README.rst
+++ b/README.rst
@@ -19,8 +19,8 @@ The extension is available both as a Firefox add-on and as a Chrome extension:
* Install__ from the Firefox Add-Ons Website
* Install__ from the Chrome Web Store
-To install directly from the source, refer to the README files in the
-respective subfolders.
+To install directly from source, refer to the README files in the respective
+subfolders.
__ https://addons.mozilla.org/en-US/firefox/addon/browsing-activity-tracker/
__ https://chrome.google.com/webstore/detail/browsing-activity-tracker/maialhkckkpdbhimboiimgdgmhlianje
@@ -54,7 +54,7 @@ Key Name Description
For window deactivation events, all the keys except for the ``time`` key are
set to ``null``.
-Example of request content:
+Example of request body:
.. code:: json
@@ -80,6 +80,6 @@ authentication. The default settings are:
============ ===========
Option Default Value
============ ===========
-callback URL ``http://localhost:8080``
+Callback URL ``http://localhost:8080``
Browser Key ``firefox`` for Firefox, ``chrome`` for Chrome
============ ===========