diff --git a/README.md b/README.md index e8e39a3..0951b5a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ the serial port standing in the rain -[![Lint](https://github.com/Serial-Link/Serial-Link/actions/workflows/lint.yml/badge.svg)](https://github.com/Serial-Link/Serial-Link/actions/workflows/lint.yml) -[![Unit Tests](https://github.com/Serial-Link/Serial-Link/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/Serial-Link/Serial-Link/actions/workflows/unit_tests.yml) +[![Lint](https://github.com/Serial-Link/Serial-Link/actions/workflows/lint.yml/badge.svg)](https://github.com/Serial-Link/serial/actions/workflows/lint.yml) +[![Unit Tests](https://github.com/Serial-Link/Serial-Link/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/Serial-Link/serial/actions/workflows/unit_tests.yml) A [serial](https://en.wikipedia.org/wiki/Serial_communication) library written in TypeScript for [Deno](https://deno.land) without any third party modules. @@ -26,7 +26,7 @@ This library provides an interface for the communication with serial devices and | Mac | - | planned | ## Documentation -- Check out the [Wiki](https://github.com/Serial-Link/Serial/wiki) section on how to use this library. +- Check out the [Wiki](https://github.com/Serial-Link/serial/wiki) section on how to use this library. - Check out [denonomicon.deno.dev](https://denonomicon.deno.dev/) and [deno.land/manual@v1.36.4/runtime/ffi_api](https://deno.land/manual@v1.36.4/runtime/ffi_api) about Deno + FFI. ## Credits @@ -35,7 +35,7 @@ This library provides an interface for the communication with serial devices and - Thanks to [@Dj](https://github.com/DjDeveloperr) for the inspiration on how to write such a library! ## Licence -Apache-2.0. Check [LICENSE](https://github.com/Serial-Link/Serial-Link/blob/main/LICENSE) for more details. +GPLv2.0. Check [LICENSE](https://github.com/Serial-Link/serial/blob/main/LICENSE) for more details. Feel free to contribute to this project.