Skip to content

Commit f2f6b85

Browse files
authored
update readme.md
1 parent 8433bb9 commit f2f6b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nuget: https://www.nuget.org/packages/Cuiliang.AliyunOssSdk/
1010
## 使用方法
1111

1212

13-
···
13+
```
1414
var crediential = new OssCredential()
1515
{
1616
AccessKeyId = AccessKeyId,
@@ -31,7 +31,7 @@ var crediential = new OssCredential()
3131
Console.WriteLine($"Put string object {putResult.IsSuccess} {putResult.ErrorMessage} Etag:{putResult.SuccessResult?.ETag}");
3232
3333
34-
···
34+
```
3535

3636

3737
## API 接口实现

0 commit comments

Comments
 (0)