diff --git a/docs/Readme.md b/docs/Readme.md index bb4cdd0..351c3ca 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -3,7 +3,7 @@ > [!WARNING] > The SDK is still in development and not available in the npm. Full documentation will be available later. -## Integraiton +## Integration Add the SDK to your `package.json`: @@ -122,4 +122,4 @@ if (response.status == "OK") { } else { // error - see response.responseError for more info } -``` \ No newline at end of file +```