From 0f7de4a071eade306aa32d22b0f5fb72f669aef2 Mon Sep 17 00:00:00 2001 From: limitcool Date: Mon, 11 Nov 2024 16:39:07 +0800 Subject: [PATCH] docs(README): update OSS import paths --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74f5132..00e76b6 100644 --- a/README.md +++ b/README.md @@ -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" )