docs: fix typos in README.md files

Fixed typos in README.md files to improve readiblity.

Closes #529
This commit is contained in:
Eman 2020-03-20 19:29:30 +03:00
parent 92ca4b6ee8
commit 7da2154bcc
No known key found for this signature in database
GPG Key ID: DCB10DA37300AA24
3 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ this will create a python virtual environment in the `/venv` directory.
Once the virtual env is installed, run `. venv/bin/activate`. This
will ensure that calls to python and python tools happen within this
virutal environment.
virtual environment.
2) install the requirements using:

View File

@ -1,6 +1,6 @@
# Spanner Tools and Scripts
These tools are supplimental scripts for working with the Google Cloud Platform. Follow [the general installation instructions](https://cloud.google.com/spanner/docs/getting-started/python/), as well as fetch the proper service account credentials file.
These tools are supplemental scripts for working with the Google Cloud Platform. Follow [the general installation instructions](https://cloud.google.com/spanner/docs/getting-started/python/), as well as fetch the proper service account credentials file.
Remember, the `GOOGLE_APPLICATION_CREDENTIALS` environment variable should point to the absolute path location of your service account credential file.

View File

@ -46,7 +46,7 @@ The script will take the following actions:
1. fetch all users from a given node.
1. compare and port all user_collections over (NOTE: this may involve remapping collecitonid values.)
1. begin copying over user information from mysql to spanner
1. begin copying over user information from mysql to spanner.
Overall performance may be improved by "batching" BSOs to different
processes using:
@ -54,8 +54,8 @@ processes using:
`--start_bso` the BSO database (defaults to 0, inclusive) to begin
copying from
`--end_bso` the final BSO databse (defaults to 19, inclusive) to copy
from
`--end_bso` the final BSO database (defaults to 19, inclusive) to copy
from.
Note that these are inclusive values. So to split between two
processes, you would want to use