Skip to content

Commit ea55df0

Browse files
author
Bernabé González
authored
Update README.md
1 parent 2f883d9 commit ea55df0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

3535
sessionService.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
96103
Deletes 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`

0 commit comments

Comments
 (0)