Skip to content

Commit 8ad8257

Browse files
authored
Update docs/getting-started.asciidoc
1 parent 842b99f commit 8ad8257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var response = await client.DeleteAsync("my_index", 1);
150150

151151
[source,net]
152152
----
153-
153+
var response = await client.Indices.DeleteAsync("my_index");
154154
----
155155

156156

0 commit comments

Comments
 (0)