diff --git a/README.md b/README.md index 1802203..e06d9d2 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# simple-fax +# simple-fax-soap-client Unofficial client for the [simple-fax.de SOAP API](https://simple-fax.de/Downloads/SOAP-API-simplefax.pdf) -> **Note:** The simple-fax.de SOAP API does not produce transmission reports and transmission do not appear in the "Versandbox" tab. +> **Note:** The simple-fax.de SOAP API does not produce transmission reports and transmissions do not appear in the "Versandbox" tab. ## Usage ```ts import { readFileSync } from 'node:fs' -import * as simpleFax from 'simple-fax' +import * as simpleFax from 'simple-fax-soap-client' const base64EncodedPDF = fs.ReadFileSync('./document.pdf').toString('base64') diff --git a/package.json b/package.json index 7cd0741..37b2e15 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "simple-fax", + "name": "simple-fax-soap-client", "type": "module", "version": "0.0.0", "packageManager": "pnpm@9.0.6",