diff options
| author | 2023-07-26 13:11:11 +0200 | |
|---|---|---|
| committer | 2023-07-26 13:11:11 +0200 | |
| commit | d92871b3a32ec52987dcb48d3423881e4e2dc94e (patch) | |
| tree | af350befc7570bdb92d53075b14d00daeffcd7a7 | |
| parent | Add missing parens (diff) | |
release 1.0.1v1.0.1
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ You can add it to your `project.janet` dependency list like so: :name "my-project" :dependencies [{:repo "https://github.com/cosmictoast/janet-date.git" - :tag "v1.0.0"}] + :tag "v1.0.1"}] # ... ``` |
