Skip to content

Commit 3886199

Browse files
authored
Update README.md
1 parent 5fda830 commit 3886199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ To get started simply perform the following three steps in an ASP.NET or generic
112112

113113
Firstly, install the Cleipnir.Flows nuget package (using either Postgres, SqlServer or MariaDB as persistence layer). I.e.
114114
```powershell
115-
Install-Package Cleipnir.Flows.Postgres
115+
Install-Package Cleipnir.Flows.PostgresSql
116116
```
117117

118118
Secondly, add the following to the setup in `Program.cs` ([source code](https://github.com/stidsborg/Cleipnir.Flows.Sample/blob/d0c0584edf796db7202e61592b0cc2fd5f1ea909/Program.cs#L17)):
119119
```csharp
120120
builder.Services.AddFlows(c => c
121-
.UsePostgresSqlStore(connectionString)
121+
.UsePostgresStore(connectionString)
122122
.RegisterFlowsAutomatically()
123123
);
124124
```

0 commit comments

Comments
 (0)