From 2e82fa375a20939eefa1aafe5b181ca11d8a5e39 Mon Sep 17 00:00:00 2001 From: thearjunneupane Date: Sun, 31 Mar 2024 11:41:08 +0545 Subject: [PATCH] Updated import of dateConverter in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 525e2f4..1eebd68 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ In this package, we provide 2 `go` packages, `nepalitime` and `dateConverter`. 1. This is one of the core functionalities in which an English date(not an object) is converted to Nepali date in parts i.e. year, month, day in an array: ```go - import "github.com/opensource-nepal/go-nepali/nepalitime" + import "github.com/opensource-nepal/go-nepali/dateConverter" // npDate is an array of 3 length which contains // year, month and day sequential form @@ -113,7 +113,7 @@ In this package, we provide 2 `go` packages, `nepalitime` and `dateConverter`. 2. To convert a Nepali date(not an object) to English date in parts i.e. year, month, day in an array: ```go - import "github.com/opensource-nepal/go-nepali/nepalitime" + import "github.com/opensource-nepal/go-nepali/dateConverter" // enDate is an array of 3 length which contains // year, month and day sequential form