Skip to content

Commit

Permalink
docs: formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Nov 17, 2023
1 parent d5a5c1c commit 2905eee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Use commands and flags as normal in place of `[COMMAND]`.

Running tests is best performed using the [`run_tests.sh` script]({{meta.sourcePath}}/blob/main/scripts/run_tests.sh). This will configure all needed variables to handle both unit and integration tests.

```
```bash
# From the project base
./scripts/run_tests.sh
```
Expand Down
8 changes: 4 additions & 4 deletions docs/contributing/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Recipes are part of how Bearer CLI makes connections between your code and other

Recipes are located at `bearer/internal/classification/db/recipes/`.

```md
```
.
├ internal/
│ └ classification/
db/
recipes/
└ classification/
db/
recipes/
```

Each recipe consists of a `JSON` file containing the following properties:
Expand Down

0 comments on commit 2905eee

Please sign in to comment.