From eb7e479ef0237954f8932a1eb6915b2beee2e1da Mon Sep 17 00:00:00 2001 From: Hernan Pieroni Date: Sun, 12 Jul 2020 22:28:46 -0300 Subject: [PATCH] Update README.md in storage section Change `import` example to be consistent with other section examples --- storage/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/README.md b/storage/README.md index 5515ffe..03951ed 100644 --- a/storage/README.md +++ b/storage/README.md @@ -9,7 +9,7 @@ to give a complete lifecycle for loading from Cloud Storage. All hooks can be imported from `react-firebase-hooks/storage`, e.g. ``` -import { useCollection } from 'react-firebase-hooks/storage'; +import { useDownloadURL } from 'react-firebase-hooks/storage'; ``` List of Cloud Storage hooks: