diff --git a/README.md b/README.md index bc8cacb..b5bbb29 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/examples/erc20_transfer/README.md b/examples/erc20_transfer/README.md index 5472cd8..5674558 100644 --- a/examples/erc20_transfer/README.md +++ b/examples/erc20_transfer/README.md @@ -1 +1 @@ -docker run -it -v .:/app kprasch/pique:latest pique +To execute the demo run `pique`. diff --git a/examples/taco/README.md b/examples/taco/README.md index 5472cd8..ff11af6 100644 --- a/examples/taco/README.md +++ b/examples/taco/README.md @@ -1 +1 @@ -docker run -it -v .:/app kprasch/pique:latest pique +To excute the demo run: `pique`.