@criipto/signatures 1.22.2 → 1.22.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ yarn add @criipto/signatures
25
25
 
26
26
  ```javascript
27
27
  import CriiptoSignatures from '@criipto/signatures';
28
- const client = new CriiptoSignatures("{YOUR_CRIIPTO_CLIENT_ID}", "{YOUR_CRIIPTO_CLIENT_SECRET}");
28
+ const client = new CriiptoSignatures('{YOUR_CRIIPTO_CLIENT_ID}', '{YOUR_CRIIPTO_CLIENT_SECRET}');
29
29
  ```
30
30
 
31
31
  ## Basic example
@@ -53,4 +53,4 @@ const signatory = await client.addSignatory(signatureOrder.id);
53
53
  console.log(signatory.href);
54
54
 
55
55
  const closed = await client.closeSignatureOrder(signatureOrder.id);
56
- ```
56
+ ```