From 94cbdf9df997d59f2f34dd7a455e51ad432e8b74 Mon Sep 17 00:00:00 2001 From: Jesse Dijkstra Date: Tue, 26 Sep 2017 14:04:44 +0200 Subject: [PATCH] Change Hex badge to ExCSSModules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f5a182..3a36205 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [CSS Modules](https://github.com/css-modules/css-modules) for Elixir. Build to integrate well with the [Phoenix Framework](http://phoenixframework.org/). -[![Hex.pm](https://img.shields.io/hexpm/v/ex_cell.svg)](https://hex.pm/packages/ex_css_modules) +[![Hex.pm](https://img.shields.io/hexpm/v/ex_css_modules.svg)](https://hex.pm/packages/ex_css_modules) [![CircleCI](https://circleci.com/gh/DefactoSoftware/ex_css_modules/tree/master.svg?style=shield)](https://circleci.com/gh/DefactoSoftware/ex_css_modules) ExCSSModules currently requires the CSS Modules definitions JSON file to be compiled next to the CSS file itself and the files to be compiled before the Elixir application is build.