Skip to content

Commit f13f017

Browse files
Update README.md
1 parent 751a0d5 commit f13f017

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ from remotezip import RemoteZip
5858

5959
with RemoteZip('http://.../myfile.zip') as zip:
6060
for zip_info in zip.infolist():
61-
print(zip_info.name)
61+
print(zip_info.filename)
6262
```
6363

6464

@@ -141,4 +141,4 @@ How many requests will this module perform to download a member?
141141

142142
## Alternative modules
143143

144-
There is a similar module available for python [pyremotezip](https://github.com/fcvarela/pyremotezip).
144+
There is a similar module available for python [pyremotezip](https://github.com/fcvarela/pyremotezip).

0 commit comments

Comments
 (0)