mirror of
https://github.com/gabemart/hipku.git
synced 2025-01-18 12:05:35 +00:00
Fix typo in readme
This commit is contained in:
parent
c4e7fd3598
commit
2c9c9612e9
@ -32,6 +32,6 @@ the lines can be separated either by the newline character `\n` or by a space. B
|
|||||||
|
|
||||||
var hipku = require('hipku');
|
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.');
|
hipku.decode('The weary red dove fights in the empty tundra. Jasmine petals dance.');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user