Skip to content

Commit ec1f860

Browse files
authored
Merge pull request #73 from hpieroni/patch-1
Update README.md storage section
2 parents 048dcb4 + eb7e479 commit ec1f860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to give a complete lifecycle for loading from Cloud Storage.
99
All hooks can be imported from `react-firebase-hooks/storage`, e.g.
1010

1111
```
12-
import { useCollection } from 'react-firebase-hooks/storage';
12+
import { useDownloadURL } from 'react-firebase-hooks/storage';
1313
```
1414

1515
List of Cloud Storage hooks:

0 commit comments

Comments
 (0)