From e8b49dca654c6b4eaf5f5190974eda71fa3bdb6f Mon Sep 17 00:00:00 2001 From: Benjamin Zekavica Date: Sun, 21 Mar 2021 00:07:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad99506..8b3e6e2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ #### Full lightweight collection of SCSS Variables, Mixins and Placeholders -[![https://nodei.co/npm/@bz-projects/scss-helper.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/@bz-projects/scss-helper.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/YOUR-MODULE-NAME) +[![https://nodei.co/npm/@bz-projects/scss-helper.png?downloads=true&downloadRank=true&stars=true](https://nodei.co/npm/@bz-projects/scss-helper.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/@bz-projects/scss-helper) [![Build Status](https://travis-ci.com/bz-projects/scss-helper.svg?branch=master)](https://travis-ci.com/bz-projects/scss-helper) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org) @@ -36,4 +36,4 @@ npm i @bz-projects/scss-helper --save-dev Import all SCSS Files into your custom scss file. ``` @import '../node_modules/@bz-projects/scss-helper/style'; -``` \ No newline at end of file +```