README.md in decidim-plans-0.16.3 vs README.md in decidim-plans-0.16.4
- old
+ new
@@ -37,11 +37,11 @@
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'decidim-plans'
+gem "decidim-plans"
```
And then execute:
```bash
@@ -152,14 +152,21 @@
If you want to generate the code coverage report for the tests, you can use
the `SIMPLECOV=1` environment variable in the rspec command as follows:
```bash
-SIMPLECOV=1 bundle exec rspec
+$ SIMPLECOV=1 bundle exec rspec
```
This will generate a folder named `coverage` in the project root which contains
the code coverage report.
+
+### Localization
+
+If you would like to see this module in your own language, you can help with its
+translation at Crowdin:
+
+https://crowdin.com/project/decidim-plans
## License
See [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt).