Skip to content

Commit

Permalink
Aspire-490 - Fix README.md (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiranshalom authored Feb 19, 2025
1 parent 537fc3d commit 60172d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CommunityToolkit.Aspire.RavenDB.Client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dotnet add package CommunityToolkit.Aspire.Hosting.RavenDB
In your AppHost's _Program.cs_ file, register a RavenDB server resource and consume the connection using the following methods:

```csharp
var elasticsearch = builder.AddRavenDB("ravendb");
var ravendb = builder.AddRavenDB("ravendb");

var myService = builder.AddProject<Projects.MyService>()
.WithReference(ravendb);
Expand All @@ -132,7 +132,7 @@ builder.AddRavenDBClient("ravendb");

## Additional Documentation

- https://ravendb.net/docs/article-page/6.2/csharp
- https://ravendb.net/docs
- https://github.com/ravendb/ravendb
- https://learn.microsoft.com/dotnet/aspire/community-toolkit/ravendb <!-- TODO: Update the link once it is created -->
Expand Down

0 comments on commit 60172d0

Please sign in to comment.