Skip to content

Commit

Permalink
fix(readme): build instructions for webhook examples
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed May 23, 2023
1 parent d46452e commit 3b014b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions examples/webhook-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@ _These instructions assume that you already have Node.js installed and you are a
git clone git@github.com:blockfrost/blockfrost-js-examples.git
```

Change directory to cloned repository `simple-transaction`

```
cd /examples/webhook-basic
```

#### Install dependencies and run the app

```
yarn install
yarn start
yarn
yarn workspace @blockfrost/example-webhook-basic start
```
10 changes: 2 additions & 8 deletions examples/webhook-slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,14 @@ Clone the main Blockfrost examaples repository
git clone git@github.com:blockfrost/blockfrost-js-examples.git
```

Change directory to cloned repository `webhook-slack`

```
cd /examples/webhook-slack
```

Install dependencies

```
yarn
```

Run
Run

```
yarn start
yarn workspace @blockfrost/example-webhook-slack start
```

0 comments on commit 3b014b7

Please sign in to comment.