Skip to content

Commit 562f7a9

Browse files
authored
Merge pull request #231 from software-mansion-labs/kicu/fix-web-example
Fix Example app web README
2 parents 344f416 + 363f1cd commit 562f7a9

File tree

3 files changed

+139
-92
lines changed

3 files changed

+139
-92
lines changed

Example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Step 1: Install dependencies
44

5-
Install dependencies in both root and Example directories
5+
Install dependencies in both root and Example directories.
66

77
```bash
8-
cd .. && yarn install && cd Example
8+
npm install && cd Example
99
yarn install
1010
```
1111

Example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,10 +1704,10 @@ EXTERNAL SOURCES:
17041704

17051705
SPEC CHECKSUMS:
17061706
boost: 4cb898d0bf20404aab1850c656dcea009429d6c1
1707-
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
1707+
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
17081708
FBLazyVector: 430e10366de01d1e3d57374500b1b150fe482e6d
17091709
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
1710-
glog: 69ef571f3de08433d766d614c73a9838a06bf7eb
1710+
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
17111711
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
17121712
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
17131713
RCTDeprecation: 726d24248aeab6d7180dac71a936bbca6a994ed1

0 commit comments

Comments
 (0)