Skip to content

Commit

Permalink
build badge link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 8, 2024
1 parent 17cc8be commit c67bb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# StreamLib

![Build and tests](https://github.com/vampirefrog/streamlib/actions/workflows/build-and-tests.yml/badge.svg)
[![Build and tests](https://github.com/vampirefrog/streamlib/actions/workflows/build-and-tests.yml/badge.svg)](https://github.com/vampirefrog/streamlib/actions/workflows/build-and-tests.yml)

Streaming I/O for stdio, memory blocks and files in zip archives. Supports memory mapping where available, and transparent gzip decompression.

Expand Down Expand Up @@ -43,4 +43,4 @@ cd streamlib

```sh
make HAVE_LIBZIP=1 HAVE_GZIP=1
```
```

0 comments on commit c67bb26

Please sign in to comment.