From 549ca4dea20b9c1b242a47609bbb5dcf436901e0 Mon Sep 17 00:00:00 2001 From: Shane Connon Date: Tue, 14 Jan 2025 21:53:25 +0000 Subject: [PATCH] typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfca0fb..878140a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ public async Task GetPersonById_WithValidId_ReturnsPerson() TestDynamo has a suite of features and components to model a dynamodb environment and simplify the process of writing tests. - * Support for [DynamoDb versions](https://www.nuget.org/packages/AWSSDK.DynamoDBv2#versions-body-tab) >= and 3.5.0 + * Support for [DynamoDb versions](https://www.nuget.org/packages/AWSSDK.DynamoDBv2#versions-body-tab) >= 3.5.0 * [`Api.Database`](#database) contains tables from a single region. * [F# Support](#f-database) out of the box * [Full expression engine](#using-expressions) so you can test your queries, scans, projections and conditions @@ -117,7 +117,7 @@ use client = |> buildBasicClient ``` -In general, functions and extension methods with in `camelCase` are targeted at F#, where as those is `PascalCase` are targeted at C# +In general, functions and extension methods in `camelCase` are targeted at F#, where as those is `PascalCase` are targeted at C# ### Schema and Item Change