Skip to content

Commit 9d26e36

Browse files
committed
Update README.md
1 parent 818883b commit 9d26e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const { repoFiles, error, log, fetchRepositoryContents, useGitHubFolderDownload,
3232

3333
```javascript
3434
import React, { FC, useState } from 'react';
35-
import useGitHubFolderTree from './hooks/useGitHubFolderTree';
35+
import { useGitHubFolderTree } from 'github-folder-tree';
3636

3737
const MyComponent = () => {
3838
const [folderUrl, setFolderUrl] = useState('');

0 commit comments

Comments
 (0)