From c235d15ee35d3e49c0da3465e7254e54f779cf09 Mon Sep 17 00:00:00 2001 From: Alejandro Vivas Date: Mon, 29 Apr 2019 20:03:33 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32a7bf2..e4f8cbc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ import {toastme} from 'toastmejs' or -cont {toastme} = require('toastmejs') +const {toastme} = require('toastmejs') ``` @@ -165,7 +165,7 @@ import {Toastme} from 'toastmejs' or -cont {Toastme} = require('toastmejs') +const {Toastme} = require('toastmejs') ``` @@ -294,4 +294,4 @@ MIT -**Free Software, Hell Yeah!** \ No newline at end of file +**Free Software, Hell Yeah!**