Skip to content

Commit

Permalink
Fix Markdown Syntax typo in CONTRIBUTING.md (#667)
Browse files Browse the repository at this point in the history
A missing back-tick is at the root of a presentation issue that's
obscuring guidance on how to introduce test dependencies.
  • Loading branch information
seanpdoyle authored Aug 5, 2022
1 parent f72a40c commit 4d329ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ variable.

First, install the drivers to test the suite in browsers:

``bash
```bash
yarn playwright install --with-deps
```

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ It's all done by sending HTML over the wire. And for those instances when that's

Read more on [turbo.hotwired.dev](https://turbo.hotwired.dev).

## Contributing

Please read [CONTRIBUTING.md](./CONTRIBUTING.md).

© 2021 Basecamp, LLC.

0 comments on commit 4d329ab

Please sign in to comment.