Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 3 typos in UpdatingIgnite.md #185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/recipes/UpdatingIgnite.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ last_update:
publish_date: 2023-01-17
---

Many React Native developers aks this question:
Many React Native developers ask this question:

> How can I update my Ignite boilerplate with the latest changes from the Ignite boilerplate?

We follow the same technique as [React Native Upgrade Helper](https://react-native-community.github.io/upgrade-helper/), basically it's a [diff between 2 versions](https://github.com/react-native-community/rn-diff-purge) you can apply manually.

Thanks to Niclas Söderström, we can use the [ignite-diff-purge](https://github.com/nirre7/ignite-diff-purge) tool to update your Ignited app.
Thanks to Niclas Söderström, we can use the [ignite-diff-purge](https://github.com/nirre7/ignite-diff-purge) tool to update your Ignite app.

## Usage

1. Got to [`ignite-diff-purge` website](https://nirre7.github.io/ignite-diff-purge/)
1. Go to [`ignite-diff-purge` website](https://nirre7.github.io/ignite-diff-purge/)
2. Select the version you want to update from. Example from [8.8.4 to 9.0.0](https://github.com/nirre7/ignite-diff-purge/compare/release/8.8.4..release/9.0.0)
3. Work through the changes and apply them to your project