Updated readme screenshot

This commit is contained in:
AlexKvazos
2015-04-30 18:33:15 -05:00
parent 810eb6fca6
commit 423beaf29c
16 changed files with 31 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = function escapeHtml(unsafe) {
module.exports = (unsafe) => {
return unsafe
.replace(/&/g, '&')
.replace(/</g, '&lt;')
+1 -1
View File
@@ -1,4 +1,4 @@
module.exports = function stringToCode(string) {
module.exports = (string) => {
var dictionary = {
'black': 0,