Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
Signed-off-by: James Pond <[email protected]>
  • Loading branch information
jamesponddotco committed Apr 9, 2024
1 parent 5e1c51d commit 1244017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ When generating diceware passwords, it uses a [curated list with **over
words**](https://git.sr.ht/~jamesponddotco/acopw-go/blob/trunk/words/word-list.txt),
one of the largest word lists out there.

**Samples for what this package may generate:**
**Sample output:**

```console
(#lR?xdVe^o#;|{K>k%Y$,SXnn?nLl[=+|^cf|AWCtA}YoP(Vb=G^rwj]f;u@~Py
Expand All @@ -29,10 +29,10 @@ deplored-desert-victory-runtime-coupland-costly-CLASSICS

## Installation

To install `acopw`, run:
To install `acopw` and use it in your project, run:

```console
go get git.sr.ht/~jamesponddotco/acopw-go
go get git.sr.ht/~jamesponddotco/acopw-go@latest
```

## Usage
Expand Down

0 comments on commit 1244017

Please sign in to comment.