Skip to content

Commit

Permalink
add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
oktal authored Sep 7, 2024
1 parent 2ce4b42 commit a0af178
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<img alt="lens" src="./assets/lens.svg" width="64" height="64" />
</p>


[![LICENSE][license-badge]][license]
![build-badge]

<p align="center">
Lens through your data. Built with <img alt="tauri" src="./assets/tauri.svg" width="24" height="24" /> <a href="https://tauri.app/">Tauri</a>
</p>
Expand Down Expand Up @@ -60,3 +64,8 @@ npm run tauri dev
## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

[license]: LICENSE
[license-badge]: https://img.shields.io/badge/license-MIT-green
[build-badge]: https://img.shields.io/github/actions/workflow/status/oktal/lens/build

0 comments on commit a0af178

Please sign in to comment.