Update README.md

This commit is contained in:
Pierre Balzack 2024-09-03 12:47:36 -07:00 committed by GitHub
parent 3ac5a09081
commit fc266b9408
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ The API is provided through a set of interfaces; each interface groups methods b
The crypto and log params are provided by implementing the [Crypto](https://github.com/balzack/databag/blob/sdk/app/sdk/src/crypto.ts) and [Logging](https://github.com/balzack/databag/blob/sdk/app/sdk/src/logging.ts) interface respectively.
```DatabacgClientSDK(crypto?: Crypto, log?: Logging)```
```DatabagClientSDK(crypto?: Crypto, log?: Logging)```
</ul>
<br>