Skip to content

Commit

Permalink
cleaning up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
todd.babbitt committed Feb 21, 2017
1 parent 98b7f56 commit 557cae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ it sees what type of DynamoDb event it was and then calls the needed NEST comman

I use the Lambda code to setup the configuration specifics of given DynamoDb type. In this case an "InventoryItem".

```charp
```csharp
var settings = new ConnectionSettings(node, this.awsHttpConnection)
.DisableDirectStreaming()
.InferMappingFor<InventoryItem>(m => m.IdProperty(p => p.VIN))
Expand All @@ -39,7 +39,7 @@ it sees what type of DynamoDb event it was and then calls the needed NEST comman

I use the Lambda code to setup the configuration specifics of given DynamoDb type. In this case an "InventoryItem".

```charp
```csharp
var settings = new ConnectionSettings(node, this.awsHttpConnection)
.DisableDirectStreaming()
.InferMappingFor<InventoryItem>(m => m.IdProperty(p => p.VIN))
Expand Down

0 comments on commit 557cae0

Please sign in to comment.