From 557cae00a436af270cdae0a888452e86bc8bcc9e Mon Sep 17 00:00:00 2001 From: "todd.babbitt" Date: Mon, 20 Feb 2017 17:31:21 -0700 Subject: [PATCH] cleaning up readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index aa9e6b1..86ab1c4 100644 --- a/Readme.md +++ b/Readme.md @@ -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(m => m.IdProperty(p => p.VIN)) @@ -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(m => m.IdProperty(p => p.VIN))