Skip to content

Commit 8e928ef

Browse files
Merge pull request #21 from crate/change-org-name-in-install-instructions
Updated GitHub org name to crate.
2 parents 6042f97 + 84544a8 commit 8e928ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are two ways to install this driver.
1717
Install the driver with [`mpremote`](https://docs.micropython.org/en/latest/reference/mpremote.html) like this:
1818

1919
```bash
20-
mpremote mip install github:simonprickett/micropython-cratedb
20+
mpremote mip install github:crate/micropython-cratedb
2121
```
2222

2323
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)
3333
wlan.active(True)
3434
wlan.connect("<your wifi SSID>", "<your wifi password>")
3535
wlan.isconnected() # Run this until it returns True
36-
mip.install("github:simonprickett/micropython-cratedb")
36+
mip.install("github:crate/micropython-cratedb")
3737
```
3838

3939
## Using the Driver in a MicroPython Script

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"urls": [
33
[
44
"cratedb.py",
5-
"github:simonprickett/micropython-cratedb/cratedb.py"
5+
"github:crate/micropython-cratedb/cratedb.py"
66
]
77
],
88
"deps": [

0 commit comments

Comments
 (0)