Skip to content

Commit 940437e

Browse files
authored
Update README.md
1 parent 3d703ba commit 940437e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TableStorage.Abstractions.TableEntityConverters
22
[![Build status](https://ci.appveyor.com/api/projects/status/20rwpny4jfng24ws?svg=true)](https://ci.appveyor.com/project/giometrix/tablestorage-abstractions-tableentityconverters)
33
[![NuGet](https://img.shields.io/nuget/v/TableStorage.Abstractions.TableEntityConverters.svg)](https://www.nuget.org/packages/TableStorage.Abstractions.TableEntityConverters/)
4+
[![Nuget Downloads](https://img.shields.io/nuget/dt/TableStorage.Abstractions.TableEntityConverters.svg?color=purple&logo=nuget)](https://www.nuget.org/packages/TableStorage.Abstractions.TableEntityConverters)
45

56
Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa
67

@@ -109,4 +110,4 @@ var employee = tableEntity.FromTableEntity<Employee,object,object>(null, null, n
109110
Example:
110111
```csharp
111112
var employee = tableEntity.FromTableEntity<Employee>();
112-
```
113+
```

0 commit comments

Comments
 (0)