Skip to content

Change README.rst text to address typos #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Python Geomark
|Requires.io Status|

A small python library that provides implementations of the BC
Governments `Geomark Web
Government's `Geomark Web
Service <https://www2.gov.bc.ca/gov/content/data/geographic-data-services/location-services/geomark-webservice>`__

Installation
Expand All @@ -32,7 +32,7 @@ Option 2 - Clone this repository and install manually

``git clone [-b x.y.z] https://github.com/pauperpythonistas/python-geomark.git``

2. the cd into the directory where this repository was cloned
2. The cd into the directory where this repository was cloned

``cd /path/to/python-geomark``

Expand Down Expand Up @@ -64,10 +64,10 @@ We recommend using the Geomark ID.
This library supports all of the basic read functions from the Geomark
API.

Reponse results are returned as a bytes string. It can be parsed using
Response results are returned as a bytes string. It can be parsed using
the appropriate library.

The default format is 'json' which will return a json parsable byte
The default format is 'json' which will return a JSON parsable byte
string. When using the JSON format any geometries will be formatted as
EWKT.

Expand Down Expand Up @@ -121,7 +121,7 @@ The recommended way to run the tests is by using
using\ ``pip install tox``.

You can use ``tox -l`` to list the available environments, and then e.g.
use the following to run all tests with Python 3.6
use the following to run all tests with Python 3.6.

::

Expand All @@ -145,7 +145,7 @@ Contributing
History
-------

Recent changes can be viewed in the `CHANGES.rst
Recent changes can be viewed in the `CHANGES.rst`
<https://github.com/pauperpythonistas/python-geomark/blob/master/CHANGES.rst>`__
file.

Expand Down