Skip to content

Commit

Permalink
Merge branch 'opensource-nepal:main' into refactored_struct
Browse files Browse the repository at this point in the history
  • Loading branch information
thearjunneupane authored Mar 31, 2024
2 parents 15b3f27 + 2de632f commit 785a62e
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 785a62e

Please sign in to comment.