Skip to content

Commit 695b6c5

Browse files
authored
fix: link
1 parent afa1259 commit 695b6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
The library makes heavy use of `Span<T>`, `stackalloc` and `ArrayPool`s to achieve low allocations and fast performance.
1010

1111
## Download
12-
The package is hosted on [nuget.org]((https://www.nuget.org/packages/LinkDotNet.StringBuilder/)), so easily add the package reference:
12+
The package is hosted on [nuget.org](https://www.nuget.org/packages/LinkDotNet.StringBuilder/), so easily add the package reference:
1313
> PM> Install-Package LinkDotNet.StringBuilder
1414
1515
Afterwards, you can simply use it. It tries to mimic the API of the `StringBuilder` to a certain extent so for simpler cases you can exchange those two.

0 commit comments

Comments
 (0)