README.md in happy_place-0.0.5 vs README.md in happy_place-0.0.6
- old
+ new
@@ -31,10 +31,14 @@
Or install it yourself as:
$ gem install happy_place
+## Demo
+
+If you would like to see happy_place in action check out [happy-place-demo](https://happy-place-demo.herokuapp.com/dashboard).
+
## Features
happy_place adds a js method to your controller.
It is important to note that this is not a breaking change to your controller. All controllers should work normally when adding this gem. This will allow you to test out happy place and see if you like it without breaking the rest of your app and if you do like it you can gradually make the changes to using the js method for all your js needs.
@@ -167,10 +171,10 @@
## Example Usecases
### Stop using js views after remote actions!
-Lets say you have a blog where you can see a list of posts (Imagine that!). You use the Posts#index to display this and it is loaded noramally with :html.
+Let's say you have a blog where you can see a list of posts (Imagine that!). You use the Posts#index to display this and it is loaded normally with :html.
```html
<!-- posts/index.html.erb -->
<div class="posts-table">
<%= render partial: "posts_table" %>