Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Oct 2, 2017
1 parent df00035 commit 24011c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Version][version-badge]][package]
[![Build Status][build-badge]][build]

@callstack/async-storage
==================================

Expand All @@ -19,3 +22,10 @@ AsyncStorage.setItem('key', 'value')
```

**Warning:** Unlike React Native AsyncStorage, this module doesn't accept callbacks. If you are already using Promises or async/await, this warning can be ignored.


<!-- badges -->
[version-badge]: https://img.shields.io/npm/v/@callstack/async-storage.svg?style=flat-square
[package]: https://www.npmjs.com/package/@callstack/async-storage
[build-badge]: https://img.shields.io/circleci/project/github/callstack/async-storage/master.svg?style=flat-square
[build]: https://circleci.com/gh/callstack-io/async-storage

0 comments on commit 24011c7

Please sign in to comment.