From 078130890ebb596e0c57b19e78d527b4bcc32bd0 Mon Sep 17 00:00:00 2001 From: Skye <63878374+MierenManz@users.noreply.github.com> Date: Mon, 24 Apr 2023 22:34:13 +0200 Subject: [PATCH] fix: Typo's (#30) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5085250..3570aee 100644 --- a/README.md +++ b/README.md @@ -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", }, };