diff --git a/README.md b/README.md
index dd591a6a..00cb0331 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
####ANNOUNCEMENT: Important and Revolutionary changes are foreseen in v5.0.0. Please see [issues](https://github.com/davideas/FlexibleAdapter/issues) and [releases](https://github.com/davideas/FlexibleAdapter/releases).
###### Fast and versatile Adapter for your RecyclerView
-- **NEW!** First release candidate: [v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) built on 2016.12.29
+- **NEW!** First release candidate: [v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) built on 2017.01.14
- If you come from previous versions, update your code following the Wiki page [Migrations](https://github.com/davideas/FlexibleAdapter/wiki/Migrations).
> When initially Android team introduced the RecyclerView widget, we had to implement a custom Adapter in several applications, again and again to provide the items for our views.
@@ -19,7 +19,7 @@ Since I created this library, it has become easy to configure how views will be
The idea behind is to regroup multiple features in a unique library, without the need to customize and import several third libraries not compatible among them.
The FlexibleAdapter helps developers to simplify this process without worrying too much about the Adapter anymore. It's easy to extend, it has predefined logic for different situations and prevents common mistakes.
-This library is configurable and it guides the developers to create a better user experience and now, even more with the new ViewHolders and new features.
+This library is configurable and it guides the developers to create a better user experience and now, even more with the new features.
#### Main features
* Simple item selection with ripple effect, Single & Multi selection mode.
@@ -102,7 +102,7 @@ You can download the latest demo App from the latest release page OR run it with
# Change Log
###### Latest release
-[v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) - 2016.12.29
+[v5.0.0-rc1](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-rc1) - 2017.01.14
###### Old releases
[v5.0.0-b8](https://github.com/davideas/FlexibleAdapter/releases/tag/5.0.0-b8) - 2016.09.17 |