Skip to content

Commit 578dc95

Browse files
Update README.md
1 parent b0e1440 commit 578dc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For extracting a file, the zip directory shall be read first, by using the *Read
6565

6666
````csharp
6767
// Open an existing zip file for reading
68-
ZipStorer zip = ZipStorer.Open(@"c:\data\sample.zip", FileAccesss.Read);
68+
ZipStorer zip = ZipStorer.Open(@"c:\data\sample.zip", FileAccess.Read);
6969

7070
// Read the central directory collection
7171
List<ZipStorer.ZipFileEntry> dir = zip.ReadCentralDir();

0 commit comments

Comments
 (0)