Skip to content

Commit 20f0d8f

Browse files
authored
Fix README Link (#94)
Fixed the link to the SupportedCPU() docs that had an accidental ` added
1 parent cac9cd1 commit 20f0d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Additionally `simdjson-go` has the following features:
3232
`simdjson-go` has the following requirements for parsing:
3333

3434
A CPU with both AVX2 and CLMUL is required (Haswell from 2013 onwards should do for Intel, for AMD a Ryzen/EPYC CPU (Q1 2017) should be sufficient).
35-
This can be checked using the provided [`SupportedCPU()`](https://pkg.go.dev/github.com/minio/simdjson-go?tab=doc#SupportedCPU`) function.
35+
This can be checked using the provided [`SupportedCPU()`](https://pkg.go.dev/github.com/minio/simdjson-go?tab=doc#SupportedCPU) function.
3636

3737
The package does not provide fallback for unsupported CPUs, but serialized data can be deserialized on an unsupported CPU.
3838

0 commit comments

Comments
 (0)