From 88eed7ceda3005beb34f1600c357305b6bffe702 Mon Sep 17 00:00:00 2001 From: Patrick Juchli Date: Sat, 16 Dec 2023 14:07:59 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f75a09..4d58430 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The first example will connect to an FTP server using TLS (FTPS), get a director ```js const { Client } = require("basic-ftp") // ESM: import { Client } from "basic-ftp" -s + example() async function example() {