diff --git a/README.md b/README.md index 60ce69a..d76f514 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ If you would like to contribute to this repo create an issue or pull request. ### Frameworks and Libraries * [Expo](https://expo.dev/) * [React Native Elements](https://reactnativeelements.com/docs) +* [i18next](https://www.i18next.com/) ### Building A script to build for IOS on macos is provide in the package.json. @@ -19,13 +20,13 @@ package.json scripts and vscode tasks for starting the Metro Bundler for use wit A vscode launch file to attach the debugger to Expo Go is provided. ### Static Analysis -This project uses typescript and eslint it has associated scripts +This project uses typescript and eslint with associated scripts. * package.json * github workflows * vscode tasks ### Testing -This project uses Jest and has associated scripts +This project uses Jest and has associated scripts. * package.json * github workflows * vscode tasks