Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Stella Yang <43301578+lilacstella@users.noreply.github.com>
  • Loading branch information
schneems and lilacstella authored Jul 12, 2024
1 parent e06a73d commit 0e261e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,15 +487,15 @@ The bucketeer addon on Heroku is supported out of the box. To specify project sp
You can also break up your document into smaller components using `rundoc.require`:

```
:::>> rundoc.require"../day_one/rundoc.md"
:::>> rundoc.require "../day_one/rundoc.md"
```

This will prepend the code section with the generated contents of `rundoc.require`.

If you want to execute another tutorial as a pre-requisite but not embed the results you can use `:::--`:

```
:::-- rundoc.require"../day_one/rundoc.md"
:::-- rundoc.require "../day_one/rundoc.md"
```

## Dotenv support
Expand Down

0 comments on commit 0e261e2

Please sign in to comment.