README.md in jekyll-twitter-plugin-1.2.0 vs README.md in jekyll-twitter-plugin-1.3.0

- old
+ new

@@ -123,9 +123,12 @@ If something goes wrong then a basic error message will be displayed; > Tweet could not be processed +If the Twitter client receives one of `Twitter::Error::NotFound, Twitter::Error::Forbidden` errors, this suggests the Tweet is protected or deleted and the following error will be displayed and cached so that it is not fetched again, and again. If the Tweet is restored then simply delete the cached response from `.tweet-cache` directory and build again. + +> There was a '{error name}' error fetching Tweet '{Tweet status url}' ### Caching Twitter API responses can be cached to speed up Jekyll site builds and avoid going over API limits. The reponses will be cached in a directory within your Jekyll project called `.tweet-cache`, ensure that this is not commit to source control.