Skip to content

Commit 8a577c4

Browse files
Fix import path capitalization in example.go and update installation command in README.md
1 parent 8976225 commit 8a577c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ QuackQuack is a Go library for managing DuckDB databases with support for period
77
To install DuckDBStorage, use `go get`:
88

99
```sh
10-
go get github.com/OpenCHAMI/quack
10+
go get github.com/OpenCHAMI/quack/quack
1111
```
1212

1313
## Usage

example/example.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"fmt"
88

9-
q "github.com/openchami/quack/quack"
9+
q "github.com/OpenCHAMI/quack/quack"
1010
)
1111

1212
// Define your Go struct

0 commit comments

Comments
 (0)