From 2403414bcca7b499074c89a73adb0154d9b37d0e Mon Sep 17 00:00:00 2001 From: flada-auxv Date: Wed, 31 Oct 2018 19:07:28 +0900 Subject: [PATCH] :put_litter_in_its_place: (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e848b2..9154987 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ import "BytesLib.sol"; or, if you have installed it from EPM (see below), with Truffle's specific paths: ``` -import "bytes/BytesLib.sol";` +import "bytes/BytesLib.sol"; ``` Usage examples and API are more thoroughly explained below.