Skip to content

Commit 5d7ac69

Browse files
committed
Updated typo
1 parent 8fd81b7 commit 5d7ac69

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
@@ -199,7 +199,7 @@ $ yarn link # initialize the linking to the other folder
199199
$ 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
202-
$ yarn link firebase firebase/<my-product> # tell yarn to use the locally built firebase SDK instead
202+
$ yarn link firebase @firebase/<my-product> # tell yarn to use the locally built firebase SDK instead
203203
```
204204

205205
This will create a symlink and point your `<my-test-app-dir>` to the locally built version of the firebase SDK.

0 commit comments

Comments
 (0)