From ebc8a4a500100bb51b6218b44eaa60065cdee4df Mon Sep 17 00:00:00 2001 From: Kent Cooper Date: Tue, 12 Sep 2017 03:35:42 -0400 Subject: [PATCH] Fix formatting errors in readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33be1a9..14de917 100644 --- a/README.md +++ b/README.md @@ -40,15 +40,20 @@ More information about NuGet package avaliable at ``` ## Parameters -### Options - _connectionStringName_ - The name of the connection string to get from the config file. + _url_ - The url of the raven db server + _user_ - The windows user name to use when making the connection + _password_ - The password of the user to use when making the connection + _domain_ - The windows domain + _database_ - The name of the database to connect to + _idType_ - The id type to use for log entries. Either 'String' | 'Guid' + _collectionName_ - Set this to change the default document collection name ## Examples