diff --git a/README.md b/README.md index 15078d4..8f6c8e0 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ import {toastme} from 'toastmejs' or -cont {toastme} = require('toastmejs') +const {toastme} = require('toastmejs') ``` @@ -167,7 +167,7 @@ import {Toastme} from 'toastmejs' or -cont {Toastme} = require('toastmejs') +const {Toastme} = require('toastmejs') ``` @@ -296,4 +296,4 @@ MIT -**Free Software, Hell Yeah!** \ No newline at end of file +**Free Software, Hell Yeah!**