Skip to content

Commit 9f5ab76

Browse files
committed
fix: Correct package names in readme
1 parent d2729f8 commit 9f5ab76

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,21 @@
2121

2222
# Installation
2323

24-
Core package: `Aspire.Hosting.OpenFga`
24+
![NuGet Version](https://img.shields.io/nuget/v/Toothless.Aspire.Hosting.OpenFga?label=Toothless.Aspire.Hosting.OpenFga)
25+
![NuGet Version](https://img.shields.io/nuget/v/Toothless.Aspire.Hosting.OpenFga.Postgres?label=Toothless.Aspire.Hosting.OpenFga.Postgres)
26+
![NuGet Version](https://img.shields.io/nuget/v/Toothless.Aspire.Hosting.OpenFga.MySQL?label=Toothless.Aspire.Hosting.OpenFga.MySQL)
27+
![NuGet Version](https://img.shields.io/nuget/v/Toothless.Aspire.Hosting.OpenFga.Sqlite?label=Toothless.Aspire.Hosting.OpenFga.Sqlite)
28+
29+
Core package: `Toothless.Aspire.Hosting.OpenFga`
2530

2631
Engine packages:
2732

28-
- `Aspire.Hosting.OpenFga.Postgres`
29-
- `Aspire.Hosting.OpenFga.MySQL`
30-
- `Aspire.Hosting.OpenFga.Sqlite`
33+
- `Toothless.Aspire.Hosting.OpenFga.Postgres`
34+
- `Toothless.Aspire.Hosting.OpenFga.MySQL`
35+
- `Toothless.Aspire.Hosting.OpenFga.Sqlite`
36+
37+
> [!NOTE]
38+
> The packages are also available on GitHub packages without the `Toothless.` prefix
3139
3240
# Usage
3341

@@ -53,7 +61,7 @@ if a store with the same name already exists.
5361

5462
### Postgres
5563

56-
To use the postgres engine install `Aspire.Hosting.OpenFga.Postgres` and call `WithDatastore`
64+
To use the postgres engine install `Toothless.Aspire.Hosting.OpenFga.Postgres` and call `WithDatastore`
5765
on the OpenFGA resource.
5866

5967
```c#
@@ -65,11 +73,11 @@ builder.AddOpenFga("openfga")
6573
```
6674

6775
> [!NOTE]
68-
> This depnds on `Aspire.Hosting.PostgreSQL`
76+
> This depnds on `Toothless.Aspire.Hosting.PostgreSQL`
6977
7078
### MySql
7179

72-
To use the postgres engine install `Aspire.Hosting.OpenFga.MySQL` and call `WithDatastore`
80+
To use the postgres engine install `Toothless.Aspire.Hosting.OpenFga.MySQL` and call `WithDatastore`
7381
on the OpenFGA resource.
7482

7583
```c#
@@ -81,11 +89,11 @@ builder.AddOpenFga("openfga")
8189
```
8290

8391
> [!NOTE]
84-
> This depnds on `Aspire.Hosting.MySql`
92+
> This depnds on `Toothless.Aspire.Hosting.MySql`
8593
8694
### Sqlite
8795

88-
To use the postgres engine install `Aspire.Hosting.OpenFga.Sqlite` and call `WithDatastore`
96+
To use the postgres engine install `Toothless.Aspire.Hosting.OpenFga.Sqlite` and call `WithDatastore`
8997
on the OpenFGA resource.
9098

9199
```c#

0 commit comments

Comments
 (0)