-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
<a href="https://deno.land"><img align="right" src="https://github.com/Serial-Link/.github/blob/main/assets/profile.svg" height="150px" alt="the serial port standing in the rain"></a> | ||
|
||
[![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/[email protected]/runtime/ffi_api](https://deno.land/[email protected]/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. | ||
|
||
|