Skip to content

Commit 1f6cc42

Browse files
committed
refactor(#29): updated readme
1 parent bd4922a commit 1f6cc42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,8 @@ Below are the recognized algorithm names for supported SHA operations according
504504
- `SHA-384`
505505
- `SHA-512`
506506

507+
There are no parameter definitions, however we use [Params](#params-1) below for importing purposes.
508+
507509
##### Params
508510

509511
This is an empty struct that we use to register SHA algorithms without using a blank import. If you don't
@@ -514,9 +516,6 @@ a blank import like below:
514516

515517
#### Examples
516518

517-
Below are the parameters that supported SHA operations will take according to
518-
[§30.2](https://www.w3.org/TR/WebCryptoAPI/#sha-registration).
519-
520519
```go
521520
package main
522521

0 commit comments

Comments
 (0)