Skip to content

Commit

Permalink
Merge pull request #20 from sts10/add_shields
Browse files Browse the repository at this point in the history
Add badges (shields?)
  • Loading branch information
sts10 authored Nov 11, 2023
2 parents ace9e0a + e044b31 commit 442eee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Phraze
[![Crates.io](https://img.shields.io/crates/v/phraze?link=https%3A%2F%2Fcrates.io%2Fcrates%2Fphraze)](https://crates.io/crates/phraze)
[![Crates.io](https://img.shields.io/crates/l/phraze)](./LICENSE.txt)

Generate random passphrases.

Expand Down Expand Up @@ -475,7 +477,7 @@ When you're ready to cut a new release, test the current state of the project wi

## Licensing

Phraze's code is licensed under the Mozilla Public License v2.0 (see included LICENSE.txt file or [this online version of the license](https://www.mozilla.org/en-US/MPL/2.0/)).
Phraze's code is licensed under the Mozilla Public License v2.0. See included [LICENSE.txt](./LICENSE.txt) file or [this online version of the license](https://www.mozilla.org/en-US/MPL/2.0/).

### Word list licensing

Expand Down

0 comments on commit 442eee5

Please sign in to comment.