Skip to content

Commit

Permalink
Fix formatting errors in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcooper committed Sep 12, 2017
1 parent d8aa2d1 commit ebc8a4a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebc8a4a

Please sign in to comment.