Skip to content

Commit 03fe4bc

Browse files
committed
Fix typos in root README.md
1 parent 51317e6 commit 03fe4bc

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
@@ -25,7 +25,7 @@ $ docker run -p 8080:8080 -e 'GITHUB_OAUTH_KEY=YOURKEY' \
2525
jupyter/nbviewer
2626
```
2727

28-
Or to use your GitHub personal access token, you can set just `GITHUB_API_TOKEN`.
28+
Or to use your GitHub personal access token, you can just set `GITHUB_API_TOKEN`.
2929

3030

3131
## GitHub Enterprise
@@ -70,7 +70,7 @@ $ docker run -p 8080:8080 nbviewer
7070
The Notebook Viewer uses `memcached` in production. To locally try out this
7171
setup, a [docker-compose](https://docs.docker.com/compose/) configuration is
7272
provided to easily start/stop the `nbviewer` and `memcached` containers
73-
together from a your current branch. You will need to install `docker` prior
73+
together from your current branch. You will need to install `docker` prior
7474
to this.
7575

7676
#### Run
@@ -145,7 +145,7 @@ Providers are sources of notebooks and directories of notebooks and directories.
145145
- `local`
146146

147147
#### Writing a new Provider
148-
There are several already additional providers
148+
There are already several providers
149149
[proposed/requested](https://github.com/jupyter/nbviewer/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3Atag%3AProvider). Some providers are more involved than others, and some,
150150
such as those which would require user authentication, will take some work to
151151
support properly.
@@ -183,7 +183,7 @@ Formats are ways to present notebooks to the user.
183183
#### Writing a new Format
184184
If you'd like to write a new format, open a ticket, or speak up on [gitter][]!
185185
We have some work yet to do to support your next big thing in notebook
186-
publishing, and we'd love to here from you.
186+
publishing, and we'd love to hear from you.
187187

188188
#### Config file
189189

@@ -193,7 +193,7 @@ For example, to configure the value of a configurable `foo`, add the line `c.NBV
193193

194194
## Securing the Notebook Viewer
195195

196-
You can run the viewer as a [JupyterHub 0.7+ service](https://jupyterhub.readthedocs.io/en/latest/reference/services.html). Running the viewer as a service prevents users who have not authenticated with the Hub from acccessing the nbviewer instance. This setup can be useful for protecting access to local notebooks rendered with the `--localfiles` option.
196+
You can run the viewer as a [JupyterHub 0.7+ service](https://jupyterhub.readthedocs.io/en/latest/reference/services.html). Running the viewer as a service prevents users who have not authenticated with the Hub from accessing the nbviewer instance. This setup can be useful for protecting access to local notebooks rendered with the `--localfiles` option.
197197

198198
Add an entry like the following to your `jupyterhub_config.py` to have it start nbviewer as a managed service:
199199

0 commit comments

Comments
 (0)