Skip to content

Commit

Permalink
docs: changed code example to remove version ambiguity (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin authored Jan 2, 2025
1 parent b423980 commit 3ac0ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Each document is styled using this package!

## Installation & Usage

In your project, import the package (ensure you have the correct version number) with
In your project, import the package (be sure to replace the version number with the correct one) with

```typst
#import "@preview/catppuccin:1.0.0": catppuccin, flavors
#import "@preview/catppuccin:0.0.0": catppuccin, flavors
```

To format your document with a theme, use the following syntax towards the top of your document:
Expand Down

0 comments on commit 3ac0ff9

Please sign in to comment.