Skip to content

Commit

Permalink
docs(README): fix import paths in README (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
limitcool authored Nov 11, 2024
1 parent c76acc3 commit 6519a0a
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 @@ -63,8 +63,8 @@ Here's an example of how to use [QOR OSS](https://github.com/qor/oss) with S3. A

```go
import (
"github.com/oss/filesystem"
"github.com/oss/s3"
"github.com/casdoor/oss/filesystem"
"github.com/casdoor/oss/s3"
awss3 "github.com/aws/aws-sdk-go/s3"
)

Expand Down

0 comments on commit 6519a0a

Please sign in to comment.