Skip to content

Commit 8d8c3f2

Browse files
Fixed path for svg in README
1 parent 5c01163 commit 8d8c3f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](./docs/public/Logo.svg)
1+
![Logo](https://react-flexible-sliding-menu.netlify.com/docs/public/Logo.svg)
22

33
[![NPM Version Badge](https://img.shields.io/npm/v/react-flexible-sliding-menu)](https://www.npmjs.com/package/react-flexible-sliding-menu)
44
[![NPM Downloads Badge](https://img.shields.io/npm/dm/react-flexible-sliding-menu)](https://www.npmjs.com/package/react-flexible-sliding-menu)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-flexible-sliding-menu",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A React library which provides Flexible Sliding Menu with an easy to use API and a bunch of other awesome features. Also, you get to choose which animation you want for the sliding menu.",
55
"main": "dist/index.js",
66
"homepage": "https://react-flexible-sliding-menu.netlify.com/",

0 commit comments

Comments
 (0)