Skip to content

Commit cfa1721

Browse files
authored
docs: update. Issue #14
1 parent ff12961 commit cfa1721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ EXEMPLO
178178

179179
## Import
180180
```javascript
181-
import { useGithubAutomatedRepos, ProjectIcon, StackIcon, IGithubRepos} from 'github-automated-repos';
181+
import { useGithubAutomatedRepos, ProjectIcon, StackIcon } from 'github-automated-repos/index';
182182
```
183183
### The package imports four elements:
184184

@@ -231,7 +231,7 @@ EXEMPLO
231231
```javascript
232232
import './App.css';
233233
import { useEffect, useState } from 'react';
234-
import { useGithubAutomatedRepos, ProjectIcon, StackIcon} from 'github-automated-repos';
234+
import { useGithubAutomatedRepos, ProjectIcon, StackIcon } from 'github-automated-repos/index';
235235
function App() {
236236
{/*useGithubAutomatedRepos hook*/ }
237237
const { dataReposGithub } = useGithubAutomatedRepos()
@@ -293,7 +293,7 @@ EXEMPLO
293293
```typescript
294294
import './App.css';
295295
import { useEffect, useState } from 'react';
296-
import { useGithubAutomatedRepos, ProjectIcon, StackIcon, IGithubRepos} from 'github-automated-repos';
296+
import { useGithubAutomatedRepos, ProjectIcon, StackIcon } from 'github-automated-repos/index';
297297
function App() {
298298
{/*useGithubAutomatedRepos hook*/ }
299299
const { dataReposGithub } = useGithubAutomatedRepos()

0 commit comments

Comments
 (0)