Skip to content

Commit 074a99f

Browse files
authored
Update README.md
1 parent 3ff38fa commit 074a99f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# FrappeRestClient.Net
2-
2+
[![NuGet](https://img.shields.io/nuget/v/Tiny.RestClient.svg?label=NuGet)](https://www.nuget.org/packages/FrappeRestClient.Net/)
33
[![Build status](https://ci.appveyor.com/api/projects/status/9w5vjt7yq2cpbo1u/branch/main?svg=true)](https://ci.appveyor.com/project/yemikudaisi/frapperestclient-net/branch/main)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
55

@@ -192,4 +192,4 @@ doc.description = "new description";
192192
doc.doctype = "ToDo";
193193
await Frappe.Db.SaveAsync(doc);
194194
var updateDoc = await Frappe.Db.GetAsync("ToDo", doc.name.ToString());
195-
```
195+
```

0 commit comments

Comments
 (0)