Skip to content

Commit

Permalink
fix: Typo's (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
MierenManz authored Apr 24, 2023
1 parent 0781a3c commit 0781308
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ const options: FetchOptions = {
},
windows: `https://example.com/some/path/example.dll`,
linux: `https://example.com/some/path/libexample.so`,
freebsd: "https://example.com/some/path/libexample_freebsd.so"
netbsd: "https://example.com/some/path/libexample_netbsd.so"
aix: "https://example.com/some/path/libexample_aix.so"
solaris: "https://example.com/some/path/libexample_solaris.so"
illumos: "https://example.com/some/path/libexample_illumos.so"
freebsd: "https://example.com/some/path/libexample_freebsd.so",
netbsd: "https://example.com/some/path/libexample_netbsd.so",
aix: "https://example.com/some/path/libexample_aix.so",
solaris: "https://example.com/some/path/libexample_solaris.so",
illumos: "https://example.com/some/path/libexample_illumos.so",
},
};

Expand Down

0 comments on commit 0781308

Please sign in to comment.