Skip to content

Commit

Permalink
Merge pull request #10 from ckormanyos/add_docs_badges_and_godbolt_link
Browse files Browse the repository at this point in the history
Fix #11 via adding docs badges including godbolt link
  • Loading branch information
ckormanyos committed Jun 11, 2023
2 parents 66e0439 + 6f9b2f3 commit 96e7a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ serial_win32api
<p align="center">
<a href="https://github.com/ckormanyos/serial_win32api/actions">
<img src="https://github.com/ckormanyos/serial_win32api/actions/workflows/serial_win32api.yml/badge.svg" alt="Build Status"></a>
<a href="https://github.com/ckormanyos/serial_win32api/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">
<img src="https://custom-icon-badges.herokuapp.com/github/issues-raw/ckormanyos/serial_win32api?logo=github" alt="Issues" /></a>
<a href="https://github.com/ckormanyos/serial_win32api/blob/master/LICENSE_1_0.txt">
<img src="https://img.shields.io/badge/license-BSL%201.0-blue.svg" alt="Boost Software License 1.0"></a>
<a href="https://godbolt.org/z/zPde9frT6" alt="godbolt">
<img src="https://img.shields.io/badge/try%20it%20on-godbolt-green" /></a>
</p>

ckormanyos/serial_win32api implements a modern, C++14, single-file,
Expand Down

0 comments on commit 96e7a0b

Please sign in to comment.