Skip to content

Commit 7c5d52d

Browse files
committed
updating README
1 parent 97e2b68 commit 7c5d52d

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
example/
2-
website/
2+
website/
3+
cover.png

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# React Native Sensitive Info
2-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1+
<img alt="GoStack" src="./cover.png" />
52

3+
<center>
4+
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
6+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
67
[![npm version](https://badge.fury.io/js/react-native-sensitive-info.svg)](https://badge.fury.io/js/react-native-sensitive-info)
78
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
89
![npm bundle size](https://img.shields.io/bundlephobia/min/react-native-sensitive-info)
910

11+
</center>
12+
13+
# React Native Sensitive Info
14+
1015
`react-native-sensitive-info` manages all data stored in Android Shared Preferences, iOS Keychain and Windows Credentials. You can set and get all key/value using simple methods.
1116

1217
# Install
@@ -25,11 +30,7 @@ yarn add react-native-sensitive-info
2530

2631
Check out the [docs](https://mcodex.github.io/react-native-sensitive-info/docs)
2732

28-
# Contributing
29-
30-
Pull requests are always welcome :)
31-
32-
## Contributors ✨
33+
# Contributors ✨
3334

3435
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
3536

@@ -46,4 +47,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
4647
<!-- prettier-ignore-end -->
4748
<!-- ALL-CONTRIBUTORS-LIST:END -->
4849

49-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
50+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
51+
52+
# Contributing
53+
54+
Pull requests are always welcome :)

cover.png

6.88 KB
Loading

0 commit comments

Comments
 (0)