Skip to content

Commit ded1c45

Browse files
committed
docs: add site url
1 parent ed57a0e commit ded1c45

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ var sharedClient = new HttpClient(handler);
4242
var libSqlClient = new LibSqlHttpClient(sharedClient, new Uri("http://localhost:8080"));
4343
```
4444

45+
## [Check the Docs for more](https://libsql-http-client-dotnet.pages.dev/)
46+
4547
## Features
4648

4749
- ✅ Single and batch commands

src/LibSql.Http.Client/LibSql.Http.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
1212
<Authors>Hermogenes Ferreira</Authors>
1313
<Description>A package for interacting with LibSQL database using HTTP API</Description>
14-
<PackageProjectUrl>https://github.com/hermogenes/libsql-http-client-dotnet</PackageProjectUrl>
14+
<PackageProjectUrl>https://libsql-http-client-dotnet.pages.dev</PackageProjectUrl>
1515
<PackageIcon>libsql-pkg-icon.png</PackageIcon>
1616
<RepositoryUrl>https://github.com/hermogenes/libsql-http-client-dotnet</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)