From a5e21696721325e50026f1ae245ea17167b7eb24 Mon Sep 17 00:00:00 2001 From: Eduardo Cunha Date: Mon, 29 Jul 2024 13:18:25 +0100 Subject: [PATCH] chore: small readme improvements --- README.md | 7 +++++-- mix.exs | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 574746d..4b7cb6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -[![Hex Version](https://img.shields.io/hexpm/v/open_feature.svg)](https://hex.pm/packages/open_feature) [![Hex Docs](https://img.shields.io/badge/docs-hexpm-blue.svg)](https://hexdocs.pm/open_feature/) +[![Version](https://img.shields.io/hexpm/v/open_feature.svg)](https://hex.pm/packages/open_feature) +[![Docs](https://img.shields.io/badge/docs-hexpm-blue.svg)](https://hexdocs.pm/open_feature/) +[![License](https://img.shields.io/hexpm/l/req.svg)](https://github.com/ejscunha/elixir-open-feature-sdk/blob/main/LICENSE.md) +[![CI](https://github.com/ejscunha/elixir-open-feature-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/ejscunha/elixir-open-feature-sdk/actions/workflows/ci.yml)

@@ -38,7 +41,7 @@ end ## 📓 Usage -``` elixir +```elixir provider = %OpenFeature.Provider.InMemory{ flags: %{ "flag_key" => %{ diff --git a/mix.exs b/mix.exs index 0fdcf38..eaa9153 100644 --- a/mix.exs +++ b/mix.exs @@ -39,7 +39,7 @@ defmodule OpenFeature.MixProject do end defp docs do - [main: "OpenFeature", extras: ["README.md", "LICENSE"]] + [main: "readme", extras: ["README.md", "LICENSE"]] end defp package do