Skip to content

Commit

Permalink
fix readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yjose committed Jan 31, 2022
1 parent 7595697 commit 776d775
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

📱 A template for your next React Native project 🚀, Made with developer experience and performance first: TypeScript, Husky, Lint-Staged, react-navigation, react-query, restyle, react-hook-form, AppIcon, Splash Screen.

🚀 Use the template to start your next project or just navigate to [code source](https://github.com/obytes/react-native-template-obytes/tree/master/template) to get some inspiration 😉
🚀 Use the template to start your next project or navigate to [code source](https://github.com/obytes/react-native-template-obytes/tree/master/template) to get some inspiration 😉

### ⭐ Features

Expand All @@ -33,11 +33,11 @@
- 🧩 Minimal code
- ⚠️ well maintained third-party libraries

### Requirements
### 🛠 Requirements

- [Setting up the development environment](https://reactnative.dev/docs/environment-setup)

### Getting started
### 🤖 Getting started

Start your project using obytes template by running:

Expand Down Expand Up @@ -90,15 +90,15 @@ src
└── utils.tsx
```

Enable husky Git prehooks by adding the following script to your `packages.json` and reinstall dependencies to enable husky pre-commit using `yarn install`
Enable husky Git pre-hooks by adding the following script to your `packages.json` and reinstall dependencies to enable husky pre-commit using `yarn install`

```json
"scripts": {
"postinstall": "husky install",
},
```

### Customization
### 🧩 Customization

#### 📲 Update App Icon & Splash screen

Expand Down

0 comments on commit 776d775

Please sign in to comment.