Skip to content

Commit 67a1660

Browse files
committed
Fix typo
1 parent 045ebd9 commit 67a1660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ We used it in our [sepa-form-recogizer](https://neurocode.io/blog/sepa-payment-r
99

1010
![sas](./sas-storage-uri.png)
1111

12-
s
13-
The SAS token is a string that you generate on give your client for temp access to your Azure storage. The Azure Storage client library does not work in the browser since it uses NodeJS crypto to compute the HMAC SHA256.
12+
13+
SAS token is a string that you generate on give your client for temp access to your Azure storage. The Azure Storage client library does not work in the browser since it uses NodeJS crypto to compute the HMAC SHA256.
1414

1515
This library uses webCrypto to compute the HMAC SHA and is thus compatible with cloudflare workers.
1616

0 commit comments

Comments
 (0)