Skip to content

Commit 2d13ddb

Browse files
authored
Update README.md (#48)
typo in the code example
1 parent 6615fc4 commit 2d13ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Elasticsearch.Xunit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public class ExampleTest : IClusterFixture<MyTestCluster>
7878
var settings = new ConnectionSettings(connectionPool)
7979
.EnableDebugMode();
8080
return new ElasticClient(settings);
81-
);
81+
});
8282
}
8383

8484
private ElasticClient Client { get; }

0 commit comments

Comments
 (0)