Skip to content

Commit d74d3df

Browse files
Update README.md 📝
Added very basic readme file. Added build status and NuGet package version badges.
1 parent e3e5e15 commit d74d3df

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# notion-sdk-net
1+
<div align="center>
2+
<h1>Notion SDK for .Net</h1>
3+
<p>
4+
<b>A simple and easy to use client for the <a href="https://developers.notion.com">Notion API</a></b>
5+
</p>
6+
</div>
7+
8+
![Build Status](https://github.com/notion-dotnet/notion-sdk-net/actions/workflows/ci_build.yml/badge.svg)
9+
10+
![Nuget](https://img.shields.io/nuget/v/Notion.Net)
11+
![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Notion.Net)
12+
13+
## Installation
14+
15+
.Net CLI
16+
```
17+
dotnet add package Notion.Net
18+
```
19+
20+
## Usage
21+
22+
Todo
23+
24+
## Contribution Guideline
25+
26+
At the moment I haven't got any specific guidelines for the project. Everyone are welcome to contribute.

0 commit comments

Comments
 (0)