Skip to content

Commit 59649c6

Browse files
lowercase project name
1 parent 27f79ad commit 59649c6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# [redux-storage-engine-reactNativeAsyncStorage][]
1+
# [redux-storage-engine-reactnativeasyncstorage][]
22

3-
[![build](https://travis-ci.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage.svg)](https://travis-ci.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage)
4-
[![dependencies](https://david-dm.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage.svg)](https://david-dm.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage)
5-
[![devDependencies](https://david-dm.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage/dev-status.svg)](https://david-dm.org/michaelcontento/redux-storage-engine-reactNativeAsyncStorage#info=devDependencies)
3+
[![build](https://travis-ci.org/michaelcontento/redux-storage-engine-reactnativeasyncstorage.svg)](https://travis-ci.org/michaelcontento/redux-storage-engine-reactnativeasyncstorage)
4+
[![dependencies](https://david-dm.org/michaelcontento/redux-storage-engine-reactnativeasyncstorage.svg)](https://david-dm.org/michaelcontento/redux-storage-engine-reactnativeasyncstorage)
5+
[![devDependencies](https://david-dm.org/michaelcontento/redux-storage-engine-reactnativeasyncstorage/dev-status.svg)](https://david-dm.org/michaelcontento/redux-storage-engine-reactnativeasyncstorage#info=devDependencies)
66

7-
[![license](https://img.shields.io/npm/l/redux-storage-engine-reactNativeAsyncStorage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-engine-reactNativeAsyncStorage)
8-
[![npm version](https://img.shields.io/npm/v/redux-storage-engine-reactNativeAsyncStorage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-engine-reactNativeAsyncStorage)
9-
[![npm downloads](https://img.shields.io/npm/dm/redux-storage-engine-reactNativeAsyncStorage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-engine-reactNativeAsyncStorage)
10-
[![Code Climate](https://codeclimate.com/github/michaelcontento/redux-storage-engine-reactNativeAsyncStorage/badges/gpa.svg)](https://codeclimate.com/github/michaelcontento/redux-storage-engine-reactNativeAsyncStorage)
7+
[![license](https://img.shields.io/npm/l/redux-storage-engine-reactnativeasyncstorage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-engine-reactnativeasyncstorage)
8+
[![npm version](https://img.shields.io/npm/v/redux-storage-engine-reactnativeasyncstorage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-engine-reactnativeasyncstorage)
9+
[![npm downloads](https://img.shields.io/npm/dm/redux-storage-engine-reactnativeasyncstorage.svg?style=flat-square)](https://www.npmjs.com/package/redux-storage-engine-reactnativeasyncstorage)
10+
[![Code Climate](https://codeclimate.com/github/michaelcontento/redux-storage-engine-reactnativeasyncstorage/badges/gpa.svg)](https://codeclimate.com/github/michaelcontento/redux-storage-engine-reactnativeasyncstorage)
1111

1212
`AsyncStorage` based engine for [redux-storage][].
1313

1414
## Installation
1515

16-
npm install --save redux-storage-engine-reactNativeAsyncStorage
16+
npm install --save redux-storage-engine-reactnativeasyncstorage
1717

1818
## Usage
1919

2020
This will use `AsyncStorage` out of [react-native][].
2121

2222
```js
23-
import createEngine from 'redux-storage-engine-reactNativeAsyncStorage';
23+
import createEngine from 'redux-storage-engine-reactnativeasyncstorage';
2424
const engine = createEngine('my-save-key');
2525
```
2626

@@ -48,5 +48,5 @@ const engine = createEngine('my-save-key');
4848
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4949

5050
[redux-storage]: https://github.com/michaelcontento/redux-storage
51-
[redux-storage-engine-reactNativeAsyncStorage]: https://github.com/michaelcontento/redux-storage-engine-reactNativeAsyncStorage
51+
[redux-storage-engine-reactnativeasyncstorage]: https://github.com/michaelcontento/redux-storage-engine-reactnativeasyncstorage
5252
[react-native]: https://facebook.github.io/react-native/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "redux-storage-engine-reactNativeAsyncStorage",
2+
"name": "redux-storage-engine-reactnativeasyncstorage",
33
"version": "1.0.0",
44
"description": "react-native/AsyncStorage based engine for redux-storage",
55
"main": "build/index.js",
@@ -9,9 +9,9 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/michaelcontento/redux-storage-engine-reactNativeAsyncStorage.git"
12+
"url": "https://github.com/michaelcontento/redux-storage-engine-reactnativeasyncstorage.git"
1313
},
14-
"homepage": "https://github.com/michaelcontento/redux-storage-engine-reactNativeAsyncStorage",
14+
"homepage": "https://github.com/michaelcontento/redux-storage-engine-reactnativeasyncstorage",
1515
"keywords": [
1616
"redux",
1717
"redux-storage",

0 commit comments

Comments
 (0)