From b805a8e2ae1c149d1050ce764de9395c0b1cfad7 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Mon, 4 Jun 2018 13:31:45 -0700 Subject: [PATCH] Readme update --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d2fe29..35e4575 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ const food = { //Replace 'width' optionally width 'height' but don't use both at the same time. -//o keep the ratio between height and width one has to be given and the other one is calculated by the component. +//To keep the ratio between height and width one has to be given and the other one is calculated by the component. //One example with height: diff --git a/package.json b/package.json index 523c2a0..2f61006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-animated-menus", - "version": "1.0.2", + "version": "1.0.3", "description": "React component that mounts three dot button that morphs into a menu by clicking on it.", "main": "./lib/index.js", "license": "MIT",