From 18b0bf949c3d4f6864f2b6185a31d901791951db Mon Sep 17 00:00:00 2001 From: Charles Mangwa Date: Thu, 18 Jan 2018 14:53:34 +0100 Subject: [PATCH] docs(README): correct typo --- .circleci/config.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79c535c..5d30b27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/README.md b/README.md index 4314cd1..cc6cb6a 100644 --- a/README.md +++ b/README.md @@ -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