Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Remove unused import from README
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahaj committed May 4, 2024
1 parent 12041c4 commit 160ac73
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 @@ -12,7 +12,7 @@ Unofficial client for the [simple-fax.de SOAP API](https://simple-fax.de/Downloa

```ts
import { readFileSync } from 'node:fs'
import simpleFax, { SimpleFaxError } from 'simple-fax'
import simpleFax from 'simple-fax'

const base64EncodedPDF = fs.ReadFileSync('./document.pdf').toString('base64')

Expand Down

0 comments on commit 160ac73

Please sign in to comment.