Skip to content

Commit

Permalink
fix typos and add links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshwolfe committed Feb 16, 2024
1 parent 198a34a commit 65bb97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ These fields are of type `Number`:
* `versionNeededToExtract`
* `generalPurposeBitFlag`
* `compressionMethod`
* `lastModFileTime` (MS-DOS format, see `getLastModDateTime`)
* `lastModFileDate` (MS-DOS format, see `getLastModDateTime`)
* `lastModFileTime` (MS-DOS format, see [`getLastModDate()`](#getlastmoddate))
* `lastModFileDate` (MS-DOS format, see [`getLastModDate()`](#getlastmoddate))
* `crc32`
* `compressedSize`
* `uncompressedSize`
Expand Down Expand Up @@ -413,7 +413,7 @@ yauzl creates an alias field named `comment` which is identical to `fileComment`

#### getLastModDate()

Effectively implemented as the following. See [dosDateTimeToDate](#dosdatetimetodatedate-time).
Effectively implemented as the following. See [`dosDateTimeToDate()`](#dosdatetimetodatedate-time).

```js
return dosDateTimeToDate(this.lastModFileDate, this.lastModFileTime);
Expand Down

0 comments on commit 65bb97a

Please sign in to comment.