From 09ee88958773587630dcd95e559e28be2e461a2a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 13 Nov 2022 15:50:22 +0100 Subject: [PATCH] Update README with new values --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a9e195..2adaf2a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You need at least Python 3.6, pip, and setuptools. Because the python package is in a subfolder, the command is a bit more complicated than usual: ```bash -pip3 install --user 'git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-python' +pip3 install --user 'git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-python' ``` Now, let imagine you have a fresh Garage instance running on localhost, with the admin API configured on port 3903 with the bearer `s3cr3t`: @@ -102,7 +102,7 @@ See also: Install the SDK with: ```bash -npm install --save git+https://git.deuxfleurs.fr/quentin/garage-admin-sdk-js.git +npm install --save git+https://git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-js.git ``` A short example: @@ -136,7 +136,7 @@ See also: Install the SDK with: ```bash -go get git.deuxfleurs.fr/quentin/garage-admin-sdk-golang +go get git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang ``` A short example: @@ -148,7 +148,7 @@ import ( "context" "fmt" "os" - garage "git.deuxfleurs.fr/quentin/garage-admin-sdk-golang" + garage "git.deuxfleurs.fr/garage-sdk/garage-admin-sdk-golang" ) func main() {