Skip to content

Commit fd89ed8

Browse files
author
Todd Bodnar
committed
formatting
1 parent 13576ba commit fd89ed8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,13 @@ will return both
149149

150150
.. raw:: html
151151

152-
<p align="center"><img src="https://raw.githubusercontent.com/Breinify/brein-api-library-python/master/documentation/img/sample_location.png" alt="A sample json response" width="250"></p>
153-
" alt="Breinify API Python Library" width="250"></p>
152+
<p align="center"><img src="https://raw.githubusercontent.com/Breinify/brein-api-library-python/master/documentation/img/sample_location_json.png" alt="A sample json response" width="250"></p>
154153

155154
and
156155

157156
.. raw:: html
158157

159-
<p align="center"><img src="https://raw.githubusercontent.com/Breinify/brein-api-library-python/master/documentation/img/florida.png" alt="A map of Florida" width="250"></p>
160-
" alt="Breinify API Python Library" width="350"></p>
158+
<p align="center"><img src="https://raw.githubusercontent.com/Breinify/brein-api-library-python/master/documentation/img/florida.png" alt="A map of Florida" width="350"></p>
161159

162160

163161
* The full code for this example is available `here`__
@@ -170,7 +168,7 @@ Placing activity triggers
170168

171169
The API provides support for analytics based on user behavior on your site or app by sending user activities to the `/activity` endpoint. Since the `/activity` endpoint only consumes data, calls to it in the Python library are sent asynchronously.
172170

173-
For this example, pretend that a user named "John Doe" is logged in to your site with his email address (``john.doe@email.com``) is viewing the page "www.example.com". You can log this by executing:
171+
For this example, pretend that a user named "John Doe" is logged in to your site with his email address, ``john.doe@email.com``, is viewing the page "www.example.com". You can log this by executing:
174172

175173
.. code:: python
176174

0 commit comments

Comments
 (0)