From 84544a86e2027b250ad0831db512fc55b7073d6c Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Tue, 29 Oct 2024 11:20:19 +0000 Subject: [PATCH] Updated GitHub org name to crate. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da7db52..6ac9a2d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ There are two ways to install this driver. Install the driver with [`mpremote`](https://docs.micropython.org/en/latest/reference/mpremote.html) like this: ```bash -mpremote mip install github:simonprickett/micropython-cratedb +mpremote mip install github:crate/micropython-cratedb ``` This will install the driver into `/lib` on the device, along with the [base64](https://github.com/micropython/micropython-lib/tree/master/python-stdlib/base64) module from `micropython-lib`. @@ -33,7 +33,7 @@ wlan = network.WLAN(network.STA_IF) wlan.active(True) wlan.connect("", "") wlan.isconnected() # Run this until it returns True -mip.install("github:simonprickett/micropython-cratedb") +mip.install("github:crate/micropython-cratedb") ``` ## Using the Driver in a MicroPython Script diff --git a/package.json b/package.json index 6fb47af..c2dd126 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "urls": [ [ "cratedb.py", - "github:simonprickett/micropython-cratedb/cratedb.py" + "github:crate/micropython-cratedb/cratedb.py" ] ], "deps": [