Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
couple grammar tweaks
  • Loading branch information
max-crawford committed Oct 4, 2023
1 parent 7b4f444 commit 1686213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Chainhook is a transaction indexing engine for Stacks and Bitcoin. It can extrac
Chainhook can extract data from the Bitcoin and the Stacks blockchains using predicates (sometimes called `chainhooks`). A predicate specifies a rule applied as a filtering function on every block transaction.

- **Chainhook as a development tool** has a few convenient features designed to make developers as productive as possible by allowing them to iterate quickly in their local environments.
- **Chainhook as a service** can be used to evaluate new Bitcoin and/or Stacks blocks against your predicates. You can also dynamically register new predicates by [enabling predicates registration API](./overview.md#then-that-predicate-design)
- **Chainhook as a service** can be used to evaluate new Bitcoin and/or Stacks blocks against your predicates. You can also dynamically register new predicates by [enabling predicates registration API](./overview.md#then-that-predicate-design).

## Install Chainhook from the Source

Expand All @@ -21,13 +21,13 @@ Chainhook can be installed from the source by following the steps below:
git clone https://github.com/hirosystems/chainhook.git
```

2. Navigate to the root directory of the cloned repo
2. Navigate to the root directory of the cloned repo:

```bash
cd chainhook
```

3. Run cargo target to install chainhook
3. Run cargo target to install chainhook:

```bash
cargo chainhook-install
Expand Down

0 comments on commit 1686213

Please sign in to comment.