Update SDK documentation (#20)

* Update SDK documentation

* fix doc
This commit is contained in:
KM Koushik
2024-05-26 15:00:07 +10:00
committed by GitHub
parent 5b5fa74f32
commit ad57992e21
3 changed files with 51 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ export class Unsend {
if (!this.key) {
throw new Error(
'Missing API key. Pass it to the constructor `new Unsend("re_123")`'
'Missing API key. Pass it to the constructor `new Unsend("us_123")`'
);
}
}