diff options
| author | Ariel Davis <ariel.z.davis@icloud.com> | 2023-05-07 02:41:44 -0700 |
|---|---|---|
| committer | Ariel Davis <ariel.z.davis@icloud.com> | 2023-05-07 02:41:44 -0700 |
| commit | db40fef6b1739ff33659a99d76239573c448c6df (patch) | |
| tree | 0bfc7b8e08f64de074718e7b3db728422d5ffd65 | |
| parent | 913c1b846ea98cc4ef5298796ad1e093975a7ab8 (diff) | |
| download | rust-db40fef6b1739ff33659a99d76239573c448c6df.tar.gz rust-db40fef6b1739ff33659a99d76239573c448c6df.zip | |
Improve lib readme
| -rw-r--r-- | lib/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/README.md b/lib/README.md index 6b2eeac2c0d..ed55e31d6bb 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,2 +1,5 @@ -Crates in this directory are published to crates.io and obey semver. -They *could* live in a separate repo, but we want to experiment with a monorepo setup. +# lib + +Crates in this directory are published to [crates.io](https://crates.io) and obey semver. + +They _could_ live in a separate repo, but we want to experiment with a monorepo setup. |
