From 14cf24da7f9a085ac72bd24388edc570801a85e1 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 20 Oct 2015 09:11:19 -0400 Subject: [PATCH] README: consistent tabbing some of these items were space indented, others were tabbed. Use tabs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 409a49b4..c371137b 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ We named the project 'dex' because it is a central index of users that other pie dex consists of multiple components: - **dex-worker** is the primary server component of dex - - host a user-facing API that drives the OIDC protocol + - host a user-facing API that drives the OIDC protocol - proxy to remote identity providers via "connectors" - - provides an API for administrators to manage users. + - provides an API for administrators to manage users. - **dex-overlord** is an auxiliary process responsible for various administrative tasks: - rotation of keys used by the workers to sign identity tokens - garbage collection of stale data in the database - - provides an API for bootstrapping the system. + - provides an API for bootstrapping the system. - **dexctl** is a CLI tool used to manage a dex deployment - configure identity provider connectors - administer OIDC client identities