From 22a735db0ab73626c1f20643e9e575f3a7417145 Mon Sep 17 00:00:00 2001 From: LunarBytes Date: Fri, 13 Oct 2023 16:10:31 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- examples/erc20_transfer/README.md | 2 +- examples/taco/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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`.