Skip to content

Commit cdd39f2

Browse files
authored
docs: update Readme
1 parent 2751aa9 commit cdd39f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Array(0)
241241

242242

243243
## Import
244-
```javascript
244+
```jsx
245245
import { useGitHubAutomatedRepos, ProjectIcons, StackIcons, StackLabels } from 'github-automated-repos';
246246
```
247247
<br>
@@ -272,7 +272,7 @@ import { useGitHubAutomatedRepos, ProjectIcons, StackIcons, StackLabels } from '
272272
273273
- `StackIcons` The component returns, based on the iteration of the topic array that is contained in data, icons of the stacks used in your project. Enter the stacks used in your repository's topic field.. Check the [Stack Icons](https://github-automated-repos.vercel.app/documentation/stackIcons) tab!
274274

275-
```tsx
275+
```jsx
276276
data.map((item) => {
277277
return (
278278
...
@@ -315,7 +315,7 @@ import { useGitHubAutomatedRepos, ProjectIcons, StackIcons, StackLabels } from '
315315

316316
- `StackLabels` component returns, based on the iteration of the topics array that is contained in data, labels of the stacks used in your project. Insert the stacks used in the topics field of your repository. Check the [Stack Icons](https://github-automated-repos.vercel.app/documentation/stackIcons) tab!
317317

318-
```tsx
318+
```jsx
319319
data.map((item) => {
320320
return (
321321
...
@@ -345,7 +345,7 @@ import { useGitHubAutomatedRepos, ProjectIcons, StackIcons, StackLabels } from '
345345

346346
- `ProjectIcons` component returns, based on the iteration of the topics array that is contained in data, icons to represent your project. The project tag must be inserted in the topics field of your repository. Check the [Project Icons](https://github-automated-repos.vercel.app/documentation/projectIcons) tab!
347347

348-
```tsx
348+
```jsx
349349
data.map((item) => {
350350
return (
351351
...

0 commit comments

Comments
 (0)