Skip to content

Commit 93f9673

Browse files
authored
Update README.md
Fix
1 parent ecff749 commit 93f9673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install fs-s3fs
1919
Open an S3FS by explicitly using the constructor:
2020

2121
```python
22-
from s3_s3fs import S3FS
22+
from fs_s3fs import S3FS
2323
s3fs = S3FS('mybucket')
2424
```
2525

0 commit comments

Comments
 (0)