Skip to content

Commit df237a2

Browse files
authored
Update docs/getting-started.asciidoc
1 parent 6ab1015 commit df237a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is how you create the `my_index` index:
6161

6262
[source,net]
6363
----
64-
64+
var response = await client.Indices.CreateAsync("my_index");
6565
----
6666

6767

0 commit comments

Comments
 (0)