Skip to content

Commit

Permalink
Fixed documentation and typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikSpiegel committed Mar 11, 2024
1 parent 8d23ea0 commit 136bac9
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 638 deletions.
4 changes: 4 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ setImgSrc.js
^docs$
^pkgdown$
^README\.Rmd$
^README\.html$
^LICENSE\.md$
^\.pre-commit-config\.yaml
\.githooks
\.github
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ docs
inst/doc
.Rhistory
**/debug
**/*.html
README.html
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This project supports two styles of githooks.

1. The first style is to use the githooks provided in the `.githooks` directory. To use these hooks, run the following command in the root of the project:
- These hooks are very simple just blocking the commit to protected branches.
``
```
git config --local core.hooksPath .githooks/
```

Expand Down
Loading

0 comments on commit 136bac9

Please sign in to comment.