Skip to content

Commit

Permalink
chore: change links username casing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed May 12, 2024
1 parent 7c15e59 commit 1cf52ef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

description = "Cargo-like logging library"
authors = ["Milo Moisson <[email protected]>"]
repository = "https://github.com/MrNossiom/label-logger"
repository = "https://github.com/mrnossiom/label-logger"
license = "CECILL-2.1"
keywords = ["label", "pretty-logs", "cargo"]
categories = ["rendering"]
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
Cargo-like logging library
</strong></p>

<p align="center">
<a src="https://wakatime.com/badge/github/mrnossiom/label-logger">
<img alt="Time spent" src="https://wakatime.com/badge/github/mrnossiom/label-logger.svg" />
</a>
</p>


# Usage

```rust
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/MrNossiom/label-logger/main/assets/logo-squared.png"
html_logo_url = "https://raw.githubusercontent.com/mrnossiom/label-logger/main/assets/logo-squared.png"
)]
#![doc = include_str!("../README.md")]

Expand Down
2 changes: 0 additions & 2 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
//! log!("more informations without label");
//! success!(label: "Finished", "the compilation");
//! ```
//!
//! For more see the [examples folder](https://github.com/MrNossiom/label_logger/tree/main/examples)
/// Prints a message with no or the provided label
///
Expand Down

0 comments on commit 1cf52ef

Please sign in to comment.