From aeebd63eda46e39081c8872809e67ad8d0b404b5 Mon Sep 17 00:00:00 2001 From: Dan Anstis Date: Fri, 14 Jan 2022 14:33:53 +1000 Subject: [PATCH] docs(readme): fix convertor import example (#23) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b42bed2..27605a9 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ func main() { #### 1. convertor contains some functions for data convertion - Support conversion between commonly used data types. -- Usage: import "github.com/duke-git/lancet/cryptor" +- Usage: import "github.com/duke-git/lancet/convertor" ```go package main