diff --git a/README.md b/README.md index 9b87b99..3bf4096 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Another way to install is to: 1. Install [VS Code](https://code.visualstudio.com/) 2. Install [PlatformIO](https://platformio.org/platformio-ide) -3. Install [**LittleFS_Mbed_RP2040** library](https://platformio.org/lib/show/xxxxx/LittleFS_Mbed_RP2040) by using [Library Manager](https://platformio.org/lib/show/xxxxx/LittleFS_Mbed_RP2040/installation). Search for **LittleFS_Mbed_RP2040** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) +3. Install [**LittleFS_Mbed_RP2040** library](https://platformio.org/lib/show/12420/LittleFS_Mbed_RP2040) by using [Library Manager](https://platformio.org/lib/show/12420/LittleFS_Mbed_RP2040/installation). Search for **LittleFS_Mbed_RP2040** in [Platform.io Author's Libraries](https://platformio.org/lib/search?query=author:%22Khoi%20Hoang%22) 4. Use included [platformio.ini](platformio/platformio.ini) file from examples to ensure that all dependent libraries will installed automatically. Please visit documentation for the other options and examples at [Project Configuration File](https://docs.platformio.org/page/projectconf.html) diff --git a/library.json b/library.json index a9f45f6..65cb610 100644 --- a/library.json +++ b/library.json @@ -25,5 +25,5 @@ "frameworks": "*", "platforms": "mbed_rp2040", "examples": "examples/*/*/*.ino", - "license": "GPLv3" + "license": "GPL-3.0-or-later" }