-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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++. | ||
|
@@ -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. |