Skip to content

Commit

Permalink
Add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 28, 2024
1 parent 832a494 commit a30809a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<img alt="A simple byte string library for C" height="512" src="./assets/logo/[email protected]" title="LiteString" width="512"/>
</p>

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![CMake Builds](https://github.com/dr8co/LiteString/actions/workflows/cmake-multi-platform.yml/badge.svg?branch=main)](https://github.com/dr8co/LiteString/actions/workflows/cmake-multi-platform.yml)

## About

LiteString is a simple, lightweight, and fast string library for C and C++.
Expand Down Expand Up @@ -692,4 +695,4 @@ Contributions are welcome. Please read the [CONTRIBUTING.md](./CONTRIBUTING.md)

## License

LiteString is released under the MIT License. See `LICENSE` for more information.
LiteString is released under the MIT License. See [LICENSE](./LICENSE) for more information.

0 comments on commit a30809a

Please sign in to comment.