README.md in discourse_theme-0.4.0 vs README.md in discourse_theme-0.4.1
- old
+ new
@@ -18,14 +18,20 @@
```
discourse_theme
```
-it contains two helpers:
+### `discourse_theme new PATH`
-You can use `discourse_theme new PATH` to crate a new blank theme, the CLI will guide you through the process.
+Creates a new blank theme. The CLI will guide you through the process.
-You can use `discourse_theme watch PATH` to monitor your theme or component for changes, when changed the program will synchronize the theme or component to your Discourse of choice.
+### `discourse_theme download PATH`
+
+Downloads a theme from the server and stores in the designated directory.
+
+### `discourse_theme watch PATH`
+
+Monitors a theme or component for changes. When changed the program will synchronize the theme or component to your Discourse of choice.
## Contributing
Bug reports and pull requests are welcome at [Meta Discourse](https://meta.discourse.org). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.