From 181c7661adb667e715e74b40f64f314c2277955c Mon Sep 17 00:00:00 2001 From: half-shell Date: Mon, 25 Mar 2024 14:17:07 +0100 Subject: [PATCH] chore: fix the workflow shield linking to the wrong pipeline --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f785204..a7ebedd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSONStream [![Build Status](https://github.com/kbrw/json_stream/actions/workflows/.github/workflows/elixir.yml/badge.svg)](https://github.com/kbrw/json_stream/actions/workflows/elixir.yml) [![Hex.pm](https://img.shields.io/hexpm/v/json_stream.svg)](https://hex.pm/packages/json_stream) [![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/json_stream) ![Hex.pm License](https://img.shields.io/hexpm/l/json_stream) +# JSONStream [![Build Status](https://github.com/kbrw/json_stream/actions/workflows/.github/workflows/build-and-test.yml/badge.svg)](https://github.com/kbrw/json_stream/actions/workflows/build-and-test.yml) [![Hex.pm](https://img.shields.io/hexpm/v/json_stream.svg)](https://hex.pm/packages/json_stream) [![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/json_stream) ![Hex.pm License](https://img.shields.io/hexpm/l/json_stream) Small but useful wrapper above the erlang's JSON parsing toolkit [jsx](https://hex.pm/packages/jsx) to stream json elements from an Elixir binary stream.