./README.md in cache_digests-0.1.0 vs ./README.md in cache_digests-0.2.0
- old
+ new
@@ -37,10 +37,10 @@
Now if I change app/views/comments/_comment.html.erb, I'll be forced to manually track down and bump the other three templates. And there's no visual reference in app/views/projects/show.html.erb that this template even depends on the comment template.
That puts a serious cramp in our rocking caching style.
-Enter Cache Digests: With this plugin, all calls to #cache in the view will automatically append a digest of that template _and_ all of it's dependencies! So you no longer need to manually increment versions in the specific templates you're working on or care about what other templates are depending on the change you make.
+Enter Cache Digests: With this plugin, all calls to #cache in the view will automatically append a digest of that template _and_ all of its dependencies! So you no longer need to manually increment versions in the specific templates you're working on or care about what other templates are depending on the change you make.
Our code from above can just look like:
```HTML+ERB
# app/views/projects/show.html.erb
\ No newline at end of file