Skip to content

Commit

Permalink
fix: correct extension installation path in README (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo authored May 7, 2024
1 parent 0dd0652 commit 1423a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a Quarto extension that allows to highlight text in a document for vario
## Installing

```bash
quarto add mcanouil/highlight-text
quarto add mcanouil/quarto-highlight-text
```

This will install the extension under the `_extensions` subdirectory.
Expand Down
2 changes: 1 addition & 1 deletion example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is a Quarto extension that allows to highlight text in a document for vario
## Installing

```bash
quarto add mcanouil/highlight-text
quarto add mcanouil/quarto-highlight-text
```

This will install the extension under the `_extensions` subdirectory.
Expand Down

0 comments on commit 1423a0e

Please sign in to comment.