Skip to content

Commit

Permalink
docs: add site url
Browse files Browse the repository at this point in the history
hermogenes committed Jul 11, 2024
1 parent ed57a0e commit ded1c45
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -42,6 +42,8 @@ var sharedClient = new HttpClient(handler);
var libSqlClient = new LibSqlHttpClient(sharedClient, new Uri("http://localhost:8080"));
```

## [Check the Docs for more](https://libsql-http-client-dotnet.pages.dev/)

## Features

- ✅ Single and batch commands
2 changes: 1 addition & 1 deletion src/LibSql.Http.Client/LibSql.Http.Client.csproj
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Authors>Hermogenes Ferreira</Authors>
<Description>A package for interacting with LibSQL database using HTTP API</Description>
<PackageProjectUrl>https://github.com/hermogenes/libsql-http-client-dotnet</PackageProjectUrl>
<PackageProjectUrl>https://libsql-http-client-dotnet.pages.dev</PackageProjectUrl>
<PackageIcon>libsql-pkg-icon.png</PackageIcon>
<RepositoryUrl>https://github.com/hermogenes/libsql-http-client-dotnet</RepositoryUrl>
<RepositoryType>git</RepositoryType>

0 comments on commit ded1c45

Please sign in to comment.