File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11# Redux React Session
22
33[ ![ NPM version] ( https://img.shields.io/npm/v/redux-react-session.svg?style=flat )] ( https://npmjs.org/package/redux-react-session )
4- [ ![ Build status: Linux] ( https://img.shields.io/travis/bernabe9/redux-react-session.svg?style=flat-square )] ( https://travis-ci.org/bernabe9/redux-react-session )
4+ [ ![ Build status: Linux] ( https://img.shields.io/travis/bernabe9/redux-react-session.svg?style=flat )] ( https://travis-ci.org/bernabe9/redux-react-session )
55[ ![ Dependency Status] ( https://img.shields.io/david/bernabe9/redux-react-session.svg )] ( https://david-dm.org/bernabe9/redux-react-session )
66[ ![ Coverage Status] ( https://coveralls.io/repos/github/bernabe9/redux-react-session/badge.svg?branch=master )] ( https://coveralls.io/github/bernabe9/redux-react-session?branch=master )
77
@@ -34,6 +34,13 @@ const store = createStore(reducer)
3434
3535sessionService .initSessionService (store);
3636```
37+ ## Example
38+ The example simulates a simple login/logut that sends requests to a server.
39+
40+ ### Run the example
41+ 1 . ** get into the folder** :` cd example `
42+ 2 . ** install dependencies** : ` npm install `
43+ 3 . ** run the example** : ` npm start `
3744
3845## API
3946
@@ -94,11 +101,3 @@ Returns the current user if exists
94101
95102### deleteUser : Promise
96103Deletes the current user
97-
98- ## Example
99- The example simulates a simple login/logut that send requests to a server.
100-
101- ### Run the example
102- 1 . ** get into the folder** :` cd example `
103- 2 . ** install dependencies** : ` npm install `
104- 3 . ** run the example** : ` npm start `
You can’t perform that action at this time.
0 commit comments