Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: title-case fixes #785

Merged
merged 1 commit into from
Nov 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ at

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Who's using it?
## Who's Using It?

<!--BEGIN ADOPTERS-->

Expand Down Expand Up @@ -285,7 +285,7 @@ to perform a certain action on a resource.

## Security

### Disclosing vulnerabilities
### Disclosing Vulnerabilities

If you think you found a security vulnerability, please refrain from posting it
publicly on the forums, the chat, or GitHub and send us an email to
Expand All @@ -300,7 +300,7 @@ off. Click [here](https://www.ory.sh/docs/ecosystem/sqa) to learn more.

The Guide is available [here](https://www.ory.sh/docs/next/keto/).

### HTTP API documentation
### HTTP API Documentation

The HTTP API is documented [here](https://www.ory.sh/docs/next/keto/sdk/api).

Expand All @@ -310,7 +310,7 @@ New releases might introduce breaking changes. To help you identify and
incorporate those changes, we document these changes in
[UPGRADE.md](./UPGRADE.md) and [CHANGELOG.md](./CHANGELOG.md).

### Command line documentation
### Command Line Documentation

Run `keto -h` or `keto help`.

Expand All @@ -330,7 +330,7 @@ You need Go 1.16+ and (for the test suites):
It is possible to develop ORY Keto on Windows, but please be aware that all
guides assume a Unix shell like bash or zsh.

#### Install from source
#### Install From Source

<pre type="make/command">
make install
Expand Down