diff --git a/README.md b/README.md index b1242a8..dbd04c6 100644 --- a/README.md +++ b/README.md @@ -150,14 +150,14 @@ accept two React elements that need to have svg element inside, it will morph on All other props will be passed to the svg element ##### usage example -``` +```javascript import {MorphTransition} from 'react-svg-morph'; render() { return ( {from: , to: } - + ) } ```