Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
debruine committed Jun 24, 2023
1 parent 3f99268 commit 15b3530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stripe_css <- stripes(stripe_colors, height = 10)
create_book(path = "demobook",
title = "My Demo Book",
author = "My Name",
authors = "My Name",
css = stripe_css)
```

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ stripe_css <- stripes(stripe_colors, height = 10)

create_book(path = "demobook",
title = "My Demo Book",
author = "My Name",
authors = "My Name",
css = stripe_css)
```

0 comments on commit 15b3530

Please sign in to comment.