Skip to content

Commit

Permalink
docs: update link to license in intro doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Jan 1, 2020
1 parent be1c24c commit bcb8307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/Intro.story.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Meta } from '@storybook/addon-docs/blocks';

# React Compare Slider

[![License](https://img.shields.io/npm/l/react-compare-slider)](./LICENSE) [![npm](https://img.shields.io/npm/v/react-compare-slider)](https://npmjs.com/package/react-compare-slider) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-compare-slider)](https://bundlephobia.com/result?p=react-compare-slider)
[![License](https://img.shields.io/npm/l/react-compare-slider)](https://github.com/nerdyman/react-compare-slider/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/react-compare-slider)](https://npmjs.com/package/react-compare-slider) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-compare-slider)](https://bundlephobia.com/result?p=react-compare-slider)
[![Build Status](https://github.com/nerdyman/react-compare-slider/workflows/build/badge.svg)](https://github.com/nerdyman/react-compare-slider/actions?workflow=build) [![codecov](https://codecov.io/gh/nerdyman/react-compare-slider/branch/master/graph/badge.svg)](https://codecov.io/gh/nerdyman/react-compare-slider)

A lightweight and extensible comparison slider for React components. Supports
Expand Down

0 comments on commit bcb8307

Please sign in to comment.