Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0o0f authored Oct 26, 2018
1 parent f893642 commit 020a2a3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
### Install

```
dotnet add package ArangoDB.Client
Install-Package ArangoDB.Client
```

Supported runtimes are .NET 4.5, .NET Core 1.0, Mono/Xamarin, UAP 10.0, WPA 8.1, WIN 8 ...(Except Silverlight)

### Tutorial

[C# client in 10 minutes](https://github.com/ra0o0f/arangoclient.net/blob/next/docs/tutorial/csharp-in-10-minutes.md)
Expand All @@ -28,5 +28,3 @@ will give you a quick tutorial on how client works.
<hr />

Please open an issue if you need an api that doesnt implemented yet.

NOTE: Client now supports ArangoDB v3.0, install older version of the client by `Install-Package ArangoDB.Client -Version 0.7.31` if you need to work with ArangoDB v2.8 or erlier

0 comments on commit 020a2a3

Please sign in to comment.