Skip to content

Commit 60172d0

Browse files
authored
Aspire-490 - Fix README.md (#491)
1 parent 537fc3d commit 60172d0

File tree

1 file changed

+2
-2
lines changed
  • src/CommunityToolkit.Aspire.RavenDB.Client

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Aspire.RavenDB.Client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dotnet add package CommunityToolkit.Aspire.Hosting.RavenDB
118118
In your AppHost's _Program.cs_ file, register a RavenDB server resource and consume the connection using the following methods:
119119

120120
```csharp
121-
var elasticsearch = builder.AddRavenDB("ravendb");
121+
var ravendb = builder.AddRavenDB("ravendb");
122122

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

133133
## Additional Documentation
134134

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

0 commit comments

Comments
 (0)