Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Oct 13, 2023
1 parent 7641572 commit 22a735d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pique 🤨
# Pique your interest? 🤨

Pique syncs Ethereum events right into your Discord channels. No fuss, all function.
Sync Ethereum events right into your Discord channels. No fuss, all function.

## 🛠 Setup

Expand All @@ -13,7 +13,7 @@ Pique syncs Ethereum events right into your Discord channels. No fuss, all funct
Place pique.yml in the project root and then execute the following Docker command:

```bash
docker run --name pique --detach --rm -v $(pwd):/app kprasch/pique:latest
docker run --name pique --detach --rm -v $(pwd):/app kprasch/pique:latest pique
```

## 📜 Logs
Expand Down
2 changes: 1 addition & 1 deletion examples/erc20_transfer/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run -it -v .:/app kprasch/pique:latest pique
To execute the demo run `pique`.
2 changes: 1 addition & 1 deletion examples/taco/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker run -it -v .:/app kprasch/pique:latest pique
To excute the demo run: `pique`.

0 comments on commit 22a735d

Please sign in to comment.