From 1beb50069a8b8da7b5929bf3323b698854767231 Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Tue, 25 Sep 2018 11:42:45 +0200 Subject: [PATCH] Fix README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99ed843..503d12d 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ These tags apply to both containers: # Content - `midpoint` directory contains build instructions for both containers (`midpoint` and `midpoint-mariadb`), - `demo` directory contains three demonstration scenarios: --- `shibboleth` to show integration with Shibboleth IdP, --- `postgresql` to show how to change the repository implementation, --- `complex` to demonstrate more complex deployment of midPoint in a sample university environment, featuring midPoint along with Grouper, LDAP directory, RabbitMQ, Shibboleth IdP, source and target systems. + - `shibboleth` to show integration with Shibboleth IdP, + - `postgresql` to show how to change the repository implementation, + - `complex` to demonstrate more complex deployment of midPoint in a sample university environment, featuring midPoint along with Grouper, LDAP directory, RabbitMQ, Shibboleth IdP, source and target systems. # Build instructions Please see specific subdirectories: [midpoint](midpoint) and [demo/complex](demo/complex).