Skip to content

Commit

Permalink
docs(README): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesMangwa committed Jan 18, 2018
1 parent a6edc8c commit 18b0bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -25,13 +25,13 @@ jobs:

- run:
name: Running Linter
command: yarn lint
command: yarn run lint

- run:
name: Running Flow
command: yarn flow
command: yarn run flow

#- run:
# name: Running Tests
# command: yarn test-ci
# command: yarn run test-ci

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ A component for rendering Markdown in React Native with native components, worki

## Future

This library is currently being (kinda) completely rewritten. If you've been using this lib for a short/long time or are interesting in shaping it for the future: [just chime in and share your thoughts with us](https://github.com/CharlesMangwa/react-native-simple-markdown/issues/75)! Or give a look to the [styles section](https://github.com/CharlesMangwa/react-native-simple-markdown/tree/next#styles-1), some help is also need there!
This library is currently being (kinda) completely rewritten. If you've been using this lib for a short/long time or are interesting in shaping it for the future: [just chime in and share your thoughts with us](https://github.com/CharlesMangwa/react-native-simple-markdown/issues/75); or give a look at the [styles section](https://github.com/CharlesMangwa/react-native-simple-markdown/tree/next#styles-1), some help is also need there!

## Usage

Expand Down

0 comments on commit 18b0bf9

Please sign in to comment.