Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev committed Oct 9, 2024
1 parent 644dd06 commit 020f475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker pull ghcr.io/sahajsoft/pii
To use, it's best to add an alias:

```sh
alias pii=docker run --rm -i sahajsoft/pii
alias pii=docker run --rm -i ghcr.io/sahajsoft/pii
```

Then you can use `pii` as found below in sample commands.
Expand All @@ -26,7 +26,7 @@ To run the CLI locally, run any of the following commands:
# alias for easier calls
alias pii='poetry run python src/cli.py'
# alias for docker
alias pii=docker run --rm -i sahajsoft/pii
alias pii=docker run --rm -i ghcr.io/sahajsoft/pii

# text
echo "My name is Don Stark and my phone number is 212-555-5555" | pii analyze
Expand Down

0 comments on commit 020f475

Please sign in to comment.