diff --git a/README.md b/README.md index 5c5807b..5aa68c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Notecard C Zephyr Module -This repo is a [Zephyr](https://zephyrproject.org/) module required for pulling and building the [note-c](https://github.com/blues/note-c) library to control the [blues.io](https://blues.io) Notecard. Currently the submodule for `note-c` is pinned to the `master` branch. +This repo is a [Zephyr](https://zephyrproject.org/) module required for pulling and building the [note-c](https://github.com/blues/note-c) library to control the [blues.io](https://blues.io) Notecard. Currently the submodule for `note-c` tracks the `master` branch. ## Usage @@ -17,7 +17,7 @@ To use this module, add the following to your Zephyr project's `west.yml` manife path: modules/notecard revision: main submodules: true - url: https://github.com/blues/note-zephyr + url: https://github.com/arribada/notecard-lib-zephyr ``` Then, run `west update` to pull the module into your project. @@ -40,7 +40,7 @@ You should ensure the host device you are targetting has this alias defined in i ### Example -Included in this repo is a simple example for using the west module to send a note using the Notecard. See the [example](example/README.md) for more details. +Included in this repo is a simple example for using the `west` module to send a note using the Notecard. See the [example](example/README.md) for more details. ## License