Skip to content

Commit

Permalink
added example
Browse files Browse the repository at this point in the history
  • Loading branch information
nkkko committed Aug 26, 2024
1 parent bb8a6cc commit e60018c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,17 @@ Showcase your contributions in your GitHub profile and display your achievements
<img src="https://api.vaunt.dev/v1/github/entities/daytonaio/repositories/content/contributors?format=svg&limit=10" width="600" />
</p>

You can showcase your achievement badges on your GitHub profile in the following way:
<p>
<img src="https://api.vaunt.dev/v1/github/entities/nkkko/achievements?format=svg&limit=3" width="400" />
</p>

Simply add the following code to your GitHub profile README file:
```html
<p>
<img src="https://api.vaunt.dev/v1/github/entities/USERNAME/achievements?format=svg&limit=3" width="400" />
</p>

```

Happy writing, and thank you for contributing to the Daytona Dotfiles Insider blog!

0 comments on commit e60018c

Please sign in to comment.