Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpeller committed Jan 26, 2022
1 parent 60b322b commit 2e0dac8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# goconvert
# num2words

## Overview

Expand All @@ -9,13 +9,13 @@ Converts a number to its English counterpart
Installation can be achieved via:

```
go get -u github.com/jtpeller/goconvert
go get -u github.com/jtpeller/num2words
```

Then, import it:

```go
import "github.com/jtpeller/goconvert"
import "github.com/jtpeller/num2words"
```

You can test the package via `go test ./num2words_test`
Expand Down

0 comments on commit 2e0dac8

Please sign in to comment.