aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-04-07 13:06:31 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-04-07 13:06:31 -0400
commitfd3f498217ff706e324fcd3ec351df302365ce8f (patch)
treee114a3d806c2abcff048972fa66064063f4cb5af
parentmeta: add basic slurp example to module docs (diff)
meta: prepare for 1.2.0 releasev1.2.0
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3fb7119..bc89191 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ You can add it to your `project.janet` dependency list like so:
:name "my-project"
:dependencies
[{:repo "https://github.com/cosmictoast/jurl.git"
- :tag "v1.1.3"}]
+ :tag "v1.2.0"}]
```
`jurl` is also available in the `jpm` package list.
@@ -67,7 +67,7 @@ Here are examples of `slurp` and `spit`:
# => ...
```
-Here are a few basic examples of the pipeline API.
+Here are a few basic examples of the pipeline API:
```janet
# prepare and execute a GET to pie.dev/get
((http :get "https://pie.dev/get"))