Skip to content

Commit 8fd81b7

Browse files
committed
Updated path
1 parent 22fcbe8 commit 8fd81b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ In order to manually test your SDK changes locally, you must use [yarn link](htt
196196
```shell
197197
$ cd packages/firebase
198198
$ yarn link # initialize the linking to the other folder
199-
$ cd packages/<my-product> # Example: $ cd packages/database
199+
$ cd ../packages/<my-product> # Example: $ cd packages/database
200200
$ yarn link # link your product to make it available elsewhere
201201
$ cd <my-test-app-dir> # cd into your personal project directory
202202
$ yarn link firebase firebase/<my-product> # tell yarn to use the locally built firebase SDK instead

0 commit comments

Comments
 (0)