Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Apr 23, 2024
1 parent a0a1222 commit 357c266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit 357c266

Please sign in to comment.