8000 Merge pull request #24 from petervandenabeele/minor-spelling-fixes · tf2keras/cloud-functions-python@a0b387c · GitHub
[go: up one dir, main page]

Skip to content

Commit a0b387c

Browse files
authored
Merge pull request MartinSahlen#24 from petervandenabeele/minor-spelling-fixes
Fixed some minor spelling issues in README
2 parents 50ebb0b + a6bdaa2 commit a0b387c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Output: ./cloudfn/target/index.js
9090
This library works with [pip](https://pypi.python.org/pypi) OOTB. Just add your `requirements.txt` file in the root
9191
of the repo and you are golden. It obviously needs `pycloudfn` to be present.
9292

93-
## Autentication
93+
## Authentication
9494
Since this is not really supported by google, there is one thing that needs to be done to
9595
make this work smoothly: You can't use the default clients directly. It's solvable though,
9696
just do
@@ -101,11 +101,11 @@ from cloudfn.google_account import get_credentials
101101
biquery_client = bigquery.Client(credentials=get_credentials())
102102
```
103103

104-
And everything is taken care of for you!! no more actions need be done.
104+
And everything is taken care off for you!! no more actions need be done.
105105

106106
### Handling a http request
107107

108-
look at the [Request](https://github.com/MartinSahlen/cloud-functions-python/blob/master/cloudfn/http.py)
108+
Look at the [Request](https://github.com/MartinSahlen/cloud-functions-python/blob/master/cloudfn/http.py)
109109
object for the structure
110110

111111
```python
@@ -209,7 +209,7 @@ handle_bucket_event(bucket_handler)
209209

210210
### Handling a pubsub message
211211

212-
look at the [Message](https://github.com/MartinSahlen/cloud-functions-python/blob/master/cloudfn/pubsub.py)
212+
Look at the [Message](https://github.com/MartinSahlen/cloud-functions-python/blob/master/cloudfn/pubsub.py)
213213
for the structure, it follows the convention in the [Pubsub API](https://cloud.google.com/pubsub/docs/reference/rest/v1/PubsubMessage)
214214

215215
```python
@@ -254,7 +254,7 @@ gcloud beta functions deploy my-topic-function --trigger-topic <topic> \
254254
--stage-bucket <bucket> && cd ../..
255255
```
256256

257-
### Adding support for packages that doesnt work
257+
### Adding support for packages that do not work
258258

259259
- Look at the build output for what might be wrong.
260260
- Look for what modules might be missing.

0 commit comments

Comments
 (0)
0