Skip to content

Commit

Permalink
Fixed minor run-on sentence in docker/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Dec 26, 2020
1 parent c82c866 commit 165ffe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Testing Supported Python Versions via Docker
In order to test RPyC locally, across different Python versions, the preferred method is to use Docker. Every version of Python RPyC supports is configured, you should run `cd docker` and then start the containers by running `docker-compose up`. The schema used for container names is `rpyc-3.<minor-version>`.
In order to test RPyC locally, across different Python versions, the preferred method is to use Docker. Every version of Python RPyC supports is configured; you should run `cd docker` and then start the containers by running `docker-compose up`. The schema used for container names is `rpyc-3.<minor-version>`.

For example, running these two commands in separate terminals will write `hello world` to the server-side console.
```
Expand Down

0 comments on commit 165ffe9

Please sign in to comment.