diff --git a/README.md b/README.md index a36cf57..37285db 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -This plugin works with the Discourse docker image. +## Docker Manager -It allows you to perform upgrades via the web UI and monitor activity in the container. +This plugin works with the Discourse docker image. It allows you to perform upgrades via the web UI and monitor activity in the container. ### Development Notes The client application is built using [Ember App Kit](https://github.com/stefanpenner/ember-app-kit). -In development mode, using `grunt server` will proxy to your Discourse instance running on Port 3000. -Just open up a browser to post 8000 and you're off to the races!. +In development mode, using `grunt server` will proxy to your Discourse instance running on port 3000. +Just open up a browser to port 8000 and you're off to the races! -To create a compiled version for distrubtion, run the `./compile_client.sh` to compile the site and +To create a compiled version for distribution, run `./compile_client.sh` to compile the site and move it into the proper directories.