diff --git a/README.md b/README.md
index bb05579d..7fd3fe27 100644
--- a/README.md
+++ b/README.md
@@ -7,17 +7,17 @@
@@ -27,28 +27,30 @@
With Rojo, it's possible to use industry-leading tools like **Visual Studio Code** and **Git**.
-Rojo is designed for **power users** who want to use the **best tools available** for building games, libraries, and plugins.
+Rojo is designed for power users who want to use the best tools available for building games, libraries, and plugins.
## Features
-Rojo lets you:
+Rojo enables:
-* Work on scripts from the filesystem, in your favorite editor
-* Version your place, model, or plugin using Git or another VCS
-* Sync `rbxmx` and `rbxm` models into your game in real time
-* Package and deploy your project to Roblox.com from the command line
+* Working on scripts and models from the filesystem, in your favorite editor
+* Versioning your game, library, or plugin using Git or another VCS
+* Streaming `rbxmx` and `rbxm` models into your game in real time
+* Packaging and deploying your project to Roblox.com from the command line
Soon, Rojo will be able to:
+* Automatically convert your existing game to work with Rojo
* Sync instances from Roblox Studio to the filesystem
-* Compile MoonScript and other custom things for your project
+* Automatically manage your assets on Roblox.com, like images and sounds
+* Import custom instances like MoonScript code
-## [Documentation](https://rojo.space/docs/latest/)
-Documentation is hosted from the [docs](https://github.com/LPGhatguy/rojo/tree/master/docs) folder of this repository.
+## [Documentation](https://rojo.space/docs/latest)
+If you find any mistakes, feel free to make changes in the [docs](https://github.com/LPGhatguy/rojo/tree/master/docs) folder of this repository and submit a pull request!
## Contributing
Pull requests are welcome!
-Rojo supports Rust 1.32 and newer. Any changes to the minimum required compiler version require a _minor_ version bump.
+Rojo supports Rust 1.32 and newer.
## License
Rojo is available under the terms of the Mozilla Public License, Version 2.0. See [LICENSE.txt](LICENSE.txt) for details.
\ No newline at end of file