Skip to content

Commit

Permalink
docs: fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kantord committed Oct 27, 2024
1 parent 5b0079e commit b2f661d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ gt "Where are the numbers rounded"
```

You can also use
[Regular Expressions](https://en.wikipedia.org/wiki/Regular_expression) in your queries, for example
[Regular Expressions](https://en.wikipedia.org/wiki/Regular_expression)
in your queries, for example

```bash
gt "function calc_.* that deals with taxes"
Expand Down
4 changes: 2 additions & 2 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ It is recommended to set up pre-commit hooks so that these checks are
executed automatically. You can do so by running this command:

```bash
pre-commit install
poetry run pre-commit install
```

If you do *not* wish to use pre-commit hooks, you can still execute all
checks manually by running:

```bash
pre-commit run --all-files
poetry run pre-commit run --all-files
```

## Developing SeaGOAT
Expand Down

0 comments on commit b2f661d

Please sign in to comment.