From 3f8749e7da59d1a8724a844c8dc86d2a44d6a559 Mon Sep 17 00:00:00 2001 From: lord63 Date: Tue, 24 Feb 2015 20:42:03 +0800 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f4bb65..f1fb077 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ the lines can be separated either by the newline character `\n` or by a space. B var hipku = require('hipku'); - hipku.encode(`127.0.0.1`); + hipku.encode('127.0.0.1'); hipku.decode('The weary red dove fights in the empty tundra. Jasmine petals dance.');