Skip to content

Commit 1b1e46f

Browse files
committed
docs: improve documentation
1 parent 29784a4 commit 1b1e46f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ To avoid namespace clashes and supply chain risks, we do not use a centralized p
1919

2020
```toml
2121
base64 = { git = "https://github.com/rust-stdx/stdx", branch = "main" }
22-
# or, to pin to a commit
22+
# or, to pin a commit
2323
base64 = { git = "https://github.com/rust-stdx/stdx", ref = "1234" }
24-
# or, to use codeberg
24+
# or, to use Codeberg
2525
base64 = { git = "https://codeberg.org/rust-stdx/stdx", branch = "main" }
2626
```
2727

@@ -30,7 +30,7 @@ base64 = { git = "https://codeberg.org/rust-stdx/stdx", branch = "main" }
3030

3131
## Documentation
3232

33-
[Docs](https://rust-stdx.github.io/stdx)
33+
https://rust-stdx.github.io/stdx
3434

3535

3636
## Partners

0 commit comments

Comments
 (0)