From e90bba83a93d0bad822474c82cf94f75630f2fe0 Mon Sep 17 00:00:00 2001 From: Maximilian Mantz Date: Mon, 27 Mar 2017 10:13:06 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77ea4fd..8c4334c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ In order to install this run: `npm install --save oidc-client` There is also a dependency on [co](https://www.npmjs.com/package/co). + `npm install --save co` In addition there is a peer dependency for [immutable.js](https://facebook.github.io/immutable-js/), if you want to use it. @@ -38,11 +39,11 @@ I've decided to overhaul the API of this library. The main changes include: - dropped support for `triggerAuthFlow` - this must now be initiated by a custom action (see example app), - cleaner API all around -The example app is already updated to reflect these changes. I will update the wiki soon... +The example app is already updated to reflect these changes. -### Documentation +### Version 2 -Check out the [wiki](https://github.com/maxmantz/redux-oidc/wiki) for further information (for Version 2). +Check out the [wiki](https://github.com/maxmantz/redux-oidc/wiki) for further information for Version 2. ### Sample app There is a sample application demonstrating the use of this package [here](https://github.com/maxmantz/redux-oidc-example).