From 9e6ef5f2cf2e402e6fa72c0a044663f20d962455 Mon Sep 17 00:00:00 2001 From: Guy Zylberberg Date: Mon, 1 Nov 2021 16:43:03 +0200 Subject: [PATCH] Title-case fixes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf1fb0921..ed8fae96e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ at -## Who's using it? +## Who's Using It? @@ -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 @@ -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). @@ -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`. @@ -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
 make install