From 58c6323d38ee3cb8d4d395d83f43ffdf61409b8c Mon Sep 17 00:00:00 2001 From: Navi-Arh Date: Sun, 2 Dec 2018 14:15:37 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5956e71..6f6d7a2 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ the code for a complete set. ### 2 ways to use the library: +**1.** + ```go import "https://github.com/naviarh/to" ``` @@ -90,6 +92,8 @@ This method involves writing an additional prefix to function names, for example to.Int(..), to.Float64(..), to.String(..) ``` +**2.** + ```go import . "https://github.com/naviarh/to" ```