From 4440a092d25e9def602810a2f25ef90d3d1b8ec5 Mon Sep 17 00:00:00 2001 From: Leigh Halliday Date: Sat, 12 Sep 2015 20:17:44 -0400 Subject: [PATCH] Updating wording on cache expiry in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0c38091..c80fb30f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ActiveModel::Serializer -[![Build Status](https://travis-ci.org/rails-api/active_model_serializers.svg)](https://travis-ci.org/rails-api/active_model_serializers) +[![Build Status](https://travis-ci.org/rails-api/active_model_serializers.svg)](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}```