From bba1c30e0d610b258a22a69913282e0d10f07b9b Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sat, 23 Dec 2023 10:52:14 +0100 Subject: [PATCH] Add basic badges to README I always like at least these 2 to have easy access to the most current version number and the docs. Can also add more (see benchee :grin: ) but didn't wanna overdo it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cbd316..54d4da6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Jason +# Jason [![Hex Version](https://img.shields.io/hexpm/v/jason.svg)](https://hex.pm/packages/jason) [![Hex Docs](https://img.shields.io/badge/docs-hexpm-blue.svg)](https://hexdocs.pm/jason/) A blazing fast JSON parser and generator in pure Elixir.