diff --git a/README.md b/README.md index 9e39ea8..7cd4c43 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Error C++ -[![build status](https://img.shields.io/github/actions/workflow/status/threeal/errors-cpp/build.yaml?branch=main)](https://github.com/threeal/errors-cpp/actions/workflows/build.yaml) -[![test status](https://img.shields.io/github/actions/workflow/status/threeal/errors-cpp/test.yaml?branch=main&&label=test)](https://github.com/threeal/errors-cpp/actions/workflows/test.yaml) -[![deploy status](https://img.shields.io/github/actions/workflow/status/threeal/errors-cpp/deploy.yaml?branch=main&label=deploy)](https://github.com/threeal/errors-cpp/actions/workflows/deploy.yaml) +[![version](https://img.shields.io/github/v/release/threeal/errors-cpp?style=flat-square)](https://github.com/threeal/errors-cpp/releases) +[![license](https://img.shields.io/github/license/threeal/errors-cpp?style=flat-square)](./LICENSE) +[![build status](https://img.shields.io/github/actions/workflow/status/threeal/errors-cpp/build.yaml?branch=main&style=flat-square)](https://github.com/threeal/errors-cpp/actions/workflows/build.yaml) +[![test status](https://img.shields.io/github/actions/workflow/status/threeal/errors-cpp/test.yaml?branch=main&&label=test&style=flat-square)](https://github.com/threeal/errors-cpp/actions/workflows/test.yaml) +[![deploy status](https://img.shields.io/github/actions/workflow/status/threeal/errors-cpp/deploy.yaml?branch=main&label=deploy&style=flat-square)](https://github.com/threeal/errors-cpp/actions/workflows/deploy.yaml) Error C++ is a [C++](https://isocpp.org/) package that provides utilities for error handling. This package mainly consists of the `errors::Error` class, representing an object that may contain an error.