From 4e453925f7ff21a14acd67aff675da3a1fb07be0 Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Thu, 18 Feb 2016 13:49:13 -0500 Subject: [PATCH] Minor readme change --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b1cfba4054..3ca2801faa 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ For more informations about custom auth please see the examples: * databaseAdapter (unfinished) - The backing store can be changed by creating an adapter class (see `DatabaseAdapter.js`) * loggerAdapter - The default behavior/transport (File) can be changed by creating an adapter class (see [`LoggerAdapter.js`](https://github.com/ParsePlatform/parse-server/blob/master/src/Adapters/Logger/LoggerAdapter.js)) * enableAnonymousUsers - Defaults to true. Set to false to disable anonymous users. + + + --- ### Usage