Skip to content

Commit

Permalink
Update intro.md (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-contino-mongo authored May 23, 2022
1 parent 214d466 commit 75b2f47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ With Bluehawk, you can:
- Generate formatted code examples for use in documentation
- Replace "finished" code with "todo" code for a branch in a tutorial repo

## Install

Install Bluehawk with [NPM](https://www.npmjs.com/):

```
npm install -g bluehawk
```

## Example

Say you're documenting a library. To provide code examples for library functionality,
Expand Down

0 comments on commit 75b2f47

Please sign in to comment.