From 78afc84a31bb60e22a97059063d7f1d32361d398 Mon Sep 17 00:00:00 2001 From: Jason Staten Date: Thu, 4 Jun 2020 23:03:43 -0600 Subject: [PATCH] fix repo in docs --- README.md | 2 +- project.janet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf45ed8..09bb847 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Ported implementation of [nanoid](https://zelark.github.io/nano-id-cc/) in # Install ``` -jpm install git+https://git.sr.ht/~statianzo/janet-nanoid +jpm install https://git.sr.ht/~statianzo/janet-nanoid ``` # Usage diff --git a/project.janet b/project.janet index fb366e7..6a1b82c 100644 --- a/project.janet +++ b/project.janet @@ -5,7 +5,7 @@ :license "Unlicense" :version "0.1.0" :url "https://sr.ht/~statianzo/janet-nanoid" - :repo "git+https://git.sr.ht/~/statianzo/janet-nanoid") + :repo "https://git.sr.ht/~/statianzo/janet-nanoid") (declare-source :source ["nanoid.janet"])