Skip to content

Commit

Permalink
SolrNet#591 Fix cloud init docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch authored Jun 4, 2022
1 parent 5ecae70 commit e602ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Basic-usage-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ or
public void FixtureSetup() {
var zookeeperConnectionString = "127.0.0.1:2181";
var collectionName = "collection_name";
Startup.Init<Product>(new SolrCloudStateProvider(zookeeperConnectionString), collectionName);
Startup.InitAsync<Product>(new SolrCloudStateProvider(zookeeperConnectionString), collectionName);
}
```

Expand Down

0 comments on commit e602ed2

Please sign in to comment.