diff --git a/Readme.md b/Readme.md index 8f71ee8d..3d978389 100644 --- a/Readme.md +++ b/Readme.md @@ -40,7 +40,7 @@ Every `import` you declare gets bundled and served with each page import React from 'react' import cowsay from 'cowsay-browser' export default () => ( -
{ cowsay({ text: 'hi there!' }) }
+
{ cowsay.say({ text: 'hi there!' }) }
) ```