From f3d1e2db3a7fb10fe0bbbb31c15014e12eb9de26 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Mon, 13 Aug 2018 23:54:47 +0100 Subject: [PATCH] fix simple typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b332839..b344142 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The benefits are multiple: - there is only one application where Alice has to be registered (and so one set of credentials per user); - when developing a new application, there is no need to recreate all user registration process stuff, but only to plug the application to auth_server; -auth_server is functionnal (ie: users can sign in/out the the application and others applications using the service), but the administration interface lacks many features, including adding/editing user's contacts. +auth_server is functional (ie: users can sign in/out of the application and other applications using the service), but the administration interface lacks many features, including adding/editing user's contacts. This project is alpha software, it might not be ready for production use yet. @@ -129,7 +129,7 @@ A [wiki page](https://github.com/AF83/auth_server/wiki/Uses) lists the projects ### Portables contacts -We follow the the current specification of [portables contacts](http://portablecontacts.net/draft-spec.html). +We follow the current specification of [portables contacts](http://portablecontacts.net/draft-spec.html). All filtering/sorting are not available.