README.md in todo_rails-0.1.0 vs README.md in todo_rails-0.1.1
- old
+ new
@@ -25,12 +25,18 @@
Add
``` ruby
mount TodoRails::Engine => "/todos", as: 'todo'
```
-to your ``` routes.rb ``` and open ``` http://localhost:3000/todos ```.
+to your ``` routes.rb ```.
-
+ Create ``` config/todo-rails.yml ``` with the following:
+``` ruby
+title: 'TODO'
+add_label: 'Add tasks'
+remaining_label: '{{remaining()}} of {{todos.length}} remaining'
+```
+and open ``` http://localhost:3000/todos ```.
## TODO:
* Comments
* Archieve items
* The name of the person, whom this task belongs to
* Date and time