Update import path

This commit is contained in:
Paul van Brouwershaven
2023-04-17 20:57:36 +02:00
committed by GitHub
parent 4a3aef1578
commit 110438cfb7

View File

@@ -34,7 +34,7 @@ Example usage:
## As library
```go
import "bitbucket.org/digitorus/pdf"
import "github.com/digitorus/pdf"
input_file, err := os.Open(input)
if err != nil {