README.md in cadenero-0.0.2.b1 vs README.md in cadenero-0.0.2.b2
- old
+ new
@@ -25,11 +25,11 @@
$ rails-api new your_app --skip-test-unit
```
In the `Gemfile` add the following lines:
```ruby
- gem 'cadenero', '~> 0.0.2.b1'
+ gem 'cadenero', '~> 0.0.2.b2'
gem 'pg'
```
In the `config/database.yml` replace the `sqlite3` adapter for `postgresql` as follow:
@@ -112,10 +112,10 @@
### Documentation
You can review the YARD docs in: http://rubydoc.info/github/AgilTec/cadenero/frames
### The Cadenero Task List
- [x] Specs for the code 100% Coverage using BDD with [Rspec](https://github.com/rspec/rspec) and [Capybara](https://github.com/jnicklas/capybara)
-- [x] Documatation for all the code
+- [x] Documentation for all the code
- [ ] Examples of use and demo
### Versions
**Cadenero** use [Semantic Versioning 2.0.0](http://semver.org/) the current version is: 0.0.2-alpha meaning MAJOR.MINOR.PATCH format
\ No newline at end of file