Skip to content

Commit 80484e9

Browse files
authored
Update README.md
1 parent f3598d3 commit 80484e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,11 @@ const CONFIGURATION = {
339339
```
340340

341341
#### Update
342-
Upgrading yarn's lock file is required in order to update react-native-pspdfkit module in a project that has been already setup following the steps in [Getting Started](#getting-started) section.
342+
Upgrading yarn's lock file is required in order to update react-native-pspdfkit module in a project that has been already setup following the steps in [Getting Started](#getting-started-1) section.
343343
From root project folder (e.g.`YourApp` for upgrading example project) launch `yarn upgrade`.
344344
345345
##### Migrate from PSPDFKit version 2.9.x to 3.0.0
346-
After launching `yarn upgrade`, apply [step 6](#step-6), [step 8](#step-8) and [step 10](#step-10) from [Getting Started](#getting-started) section.
346+
After launching `yarn upgrade`, apply [step 6](#step-6), [step 8](#step-8) and [step 10](#step-10) from [Getting Started](#getting-started-1) section.
347347
Enable MultiDex in `YourApp/android/app/build.gradle` (note **one** place to edit):
348348
349349
```diff

0 commit comments

Comments
 (0)