Skip to content

Commit

Permalink
Updating Readme
Browse files Browse the repository at this point in the history
Removing the /v2 on the package url as it does not work with the ```go get``` command.
  • Loading branch information
mtmcfarl authored Aug 28, 2019
1 parent 407fb55 commit 875dd22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Supports saving a file without losing original charts of XLSX. This library need
### Installation

```bash
go get github.com/360EntSecGroup-Skylar/excelize/v2
go get github.com/360EntSecGroup-Skylar/excelize
```

### Create XLSX file
Expand All @@ -34,7 +34,7 @@ package main
import (
"fmt"

"github.com/360EntSecGroup-Skylar/excelize/v2"
"github.com/360EntSecGroup-Skylar/excelize"
)

func main() {
Expand Down Expand Up @@ -64,7 +64,7 @@ package main
import (
"fmt"

"github.com/360EntSecGroup-Skylar/excelize/v2"
"github.com/360EntSecGroup-Skylar/excelize"
)

func main() {
Expand Down Expand Up @@ -103,7 +103,7 @@ package main
import (
"fmt"

"github.com/360EntSecGroup-Skylar/excelize/v2"
"github.com/360EntSecGroup-Skylar/excelize"
)

func main() {
Expand Down Expand Up @@ -140,7 +140,7 @@ import (
_ "image/jpeg"
_ "image/png"

"github.com/360EntSecGroup-Skylar/excelize/v2"
"github.com/360EntSecGroup-Skylar/excelize"
)

func main() {
Expand Down

0 comments on commit 875dd22

Please sign in to comment.