diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..706fd07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +.vscode diff --git a/README.md b/README.md index 972f516..6d95c6e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ React Native TTS is a text-to-speech library for [React Native](https://facebook ```shell npm install --save react-native-tts -react-native link react-native-tts ``` ## Usage