File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ dotnet add package CommunityToolkit.Aspire.Hosting.RavenDB
118
118
In your AppHost 's _Program .cs_ file , register a RavenDB server resource and consume the connection using the following methods :
119
119
120
120
```csharp
121
- var elasticsearch = builder .AddRavenDB (" ravendb" );
121
+ var ravendb = builder .AddRavenDB (" ravendb" );
122
122
123
123
var myService = builder .AddProject <Projects .MyService >()
124
124
.WithReference (ravendb );
@@ -132,7 +132,7 @@ builder.AddRavenDBClient("ravendb");
132
132
133
133
## Additional Documentation
134
134
135
- - https :// ravendb.net/docs/article-page/6.2/csharp
135
+ - https :// ravendb.net/docs
136
136
- https :// github.com/ravendb/ravendb
137
137
- https :// learn.microsoft.com/dotnet/aspire/community-toolkit/ravendb <!-- TODO: Update the link once it is created -->
138
138
You can’t perform that action at this time.
0 commit comments