Skip to content

Commit

Permalink
Change link in REAME to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Dec 16, 2023
1 parent ac9cfdd commit d37a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A crate for converting a string containing only printable ASCII and newlines
into a single unicode grapheme cluster and back.
Provides the non-macro functionality of the crate [`zalgo-codec`](https://docs.rs/zalgo-codec/latest/zalgo_codec/).
Provides the non-macro functionality of the crate [`zalgo-codec`](https://crates.io/crates/zalgo-codec).

There are two ways of interacting with the codec.
The first is to call the encoding and decoding functions directly,
Expand Down

0 comments on commit d37a992

Please sign in to comment.