Skip to content

Commit 3e9c128

Browse files
committed
update READMEs
1 parent 092e0c2 commit 3e9c128

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![Docs][docs-ci-badge]][docs-site]
66
[![Pre-commit-ci][pre-commit-badge]][pre-commit-ci]
77
[![codecov-status][codecov-badge]][codecov-project]
8+
[![docs.rs][docs-rs-badge]][docs-rs]
9+
[![Crates.io Version][crates-io-badge]][crates-io-pkg]
810

911
[py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml
1012
[py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg
@@ -18,6 +20,10 @@
1820
[pre-commit-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/pre-commit-hooks.yml
1921
[codecov-badge]: https://codecov.io/gh/cpp-linter/cpp_linter_rs/graph/badge.svg?token=7ibzERx2AD
2022
[codecov-project]: https://codecov.io/gh/cpp-linter/cpp_linter_rs
23+
[docs-rs-badge]: https://img.shields.io/docsrs/cpp-linter?label=docs.rs
24+
[docs-rs]: https://docs.rs/cpp-linter
25+
[crates-io-badge]: https://img.shields.io/crates/v/cpp-linter
26+
[crates-io-pkg]: https://crates.io/crates/cpp-linter
2127

2228
# C/C++ Linting Package
2329

cpp-linter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# cpp-linter-lib
2+
# cpp-linter
33

44
This crate contains the the library used as a backend for the
55
`cpp-linter` binary executable. The main focus of `cpp-linter` is as follows:

0 commit comments

Comments
 (0)