Skip to content

Commit cb9a523

Browse files
authored
Merge pull request #1451 from smallstep/carl/readme
Small tweaks to README
2 parents 632b477 + 7725db9 commit cb9a523

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
[![Twitter followers](https://img.shields.io/twitter/follow/smallsteplabs.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=smallsteplabs)
1111

1212
`step` is an easy-to-use CLI tool for building, operating, and automating Public Key Infrastructure (PKI) systems and workflows.
13-
It's the client counterpart to the [`step-ca` online Certificate Authority (CA)](https://github.com/smallstep/certificates).
13+
It's also a client for the [`step-ca` online Certificate Authority (CA)](https://github.com/smallstep/certificates) server.
1414
You can use it for many common crypto and X.509 operations—either independently, or with an online CA.
1515

16-
**Questions? Ask us on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://bit.ly/step-discord).**
16+
**Questions? Ask us on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://u.step.sm/discord).**
1717

1818
[Website](https://smallstep.com) |
1919
[Documentation](https://smallstep.com/docs/step-cli) |
@@ -82,10 +82,10 @@ Here's a quick example, combining `step oauth` and `step crypto` to get and veri
8282

8383
A plugin is an executable file named using the format `step-<name>-plugin`.
8484
Plugins must be available in your `$PATH` or in the `$STEPPATH/plugins`
85-
directory (`$HOME/.step`, by default).
85+
directory (that's `$HOME/.step/plugins`, by default).
8686

8787
When you run `step <name>`, the CLI will automatically execute the corresponding
88-
plugin if it exists.
88+
plugin, if found.
8989

9090
Some known plugins include:
9191

@@ -101,7 +101,7 @@ certificates, generate CSRs, sign tokens, and more using KMS-backed keys.
101101

102102
## Community
103103

104-
* Connect with `step` users on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://bit.ly/step-discord)
104+
* Connect with `step` users on [GitHub Discussions](https://github.com/smallstep/certificates/discussions) or [Discord](https://u.step.sm/discord)
105105
* [Open an issue](https://github.com/smallstep/cli/issues/new/choose) and tell us what features you'd like to see
106106
* [Contribute](./docs/CONTRIBUTING.md) to the `step` codebase
107107
* [Follow Smallstep on Twitter](https://twitter.com/smallsteplabs)

0 commit comments

Comments
 (0)