Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Dec 16, 2023
1 parent 82b408b commit 88eed7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 88eed7c

Please sign in to comment.