Skip to content

Commit 71c4ea6

Browse files
committed
docs: remove pipeline status
[ci skip]
1 parent 1dad4d5 commit 71c4ea6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# js-quic
22

3-
staging: [![pipeline status](https://gitlab.com/MatrixAI/open-source/js-quic/badges/staging/pipeline.svg)](https://gitlab.com/MatrixAI/open-source/js-quic/commits/staging)
4-
master: [![pipeline status](https://gitlab.com/MatrixAI/open-source/js-quic/badges/master/pipeline.svg)](https://gitlab.com/MatrixAI/open-source/js-quic/commits/master)
5-
63
QUIC library for TypeScript/JavaScript applications.
74

85
This is built on top of Cloudflare's [quiche](https://github.com/cloudflare/quiche) library. It is intended to support Linux, Windows MacOS, Android and iOS. Mobile support is still pending.
@@ -23,7 +20,7 @@ See the example executables in `/src/bin`.
2320

2421
## Development
2522

26-
Run `nix-shell`, and once you're inside, you can use:
23+
Run `nix develop`, and once you're inside, you can use:
2724

2825
```sh
2926
# install (or reinstall packages from package.json)

0 commit comments

Comments
 (0)