Skip to content

Commit

Permalink
Updated import of dateConverter in README
Browse files Browse the repository at this point in the history
  • Loading branch information
arjnepwebsites committed Mar 31, 2024
1 parent 69c6a5a commit 2e82fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2e82fa3

Please sign in to comment.