diff --git a/README.md b/README.md
index e0c38091..c80fb30f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ActiveModel::Serializer
-[](https://travis-ci.org/rails-api/active_model_serializers)
+[](https://travis-ci.org/rails-api/active_model_serializers)
@@ -300,7 +300,7 @@ The cache support is optimized to use the cached object in multiple request. An
**[NOTE] Every object is individually cached.**
-**[NOTE] The cache is automatically expired after update an object but it's not deleted.**
+**[NOTE] The cache is automatically expired after an object is updated, but it's not deleted.**
```ruby
cache(options = nil) # options: ```{key, expires_in, compress, force, race_condition_ttl}```