Skip to content

Commit bd11449

Browse files
Merge pull request #79 from ax42/patch-2
Typos / clarifications.
2 parents a40c947 + c184d05 commit bd11449

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
@@ -1,6 +1,6 @@
11
# OctoPrint-docker
22

3-
The primary image of `octoprint/octoprint`, is designed to work similarly, and support the
3+
This is the primary image of `octoprint/octoprint`. It is designed to work similarly, and support the
44
same out of the box features as the octopi raspberry-pi machine image, using docker.
55

66
## Tags
@@ -65,17 +65,17 @@ docker-compose up -d config-editor
6565

6666
Now go to `http://<octoprint_ip_or_url>:8443/?folder=/config` in your browser to edit your octoprint files!
6767
Use the 'explorer' (accessible by clicking the hamburger menu icon) to explore folder and files to load
68-
into the editor workspace.
68+
into the editor workspace.
6969

70-
The active configuration will be accessible at `/config/config.yaml`
70+
All configuration files are in the `/config` folder, and the active configuration will be accessible at `/config/config.yaml`
7171

72-
When you're done, we recommend you stop and rm this service/container:
72+
When you're done, we recommend you stop and remove this service/container:
7373

7474
```
7575
docker-compose stop config-editor && docker-compose rm config-editor
7676
```
7777

78-
For full documenation about the config editor, see the docs for the product at [github.com/cdr/code-server][code-server].
78+
For full documentation about the config editor, see the docs for the product at [github.com/cdr/code-server][code-server].
7979

8080
## Without docker-compose
8181

0 commit comments

Comments
 (0)