Skip to content

Commit bc6e768

Browse files
committed
Merge pull request #1231 from pverrecchia/patch-1
Adding hyphen for Install-package
2 parents e5b5e2d + 69bb9e8 commit bc6e768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/asciidocs/elasticsearch-net.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ From the Package Manager Console inside Visual Studio:
1010

1111
[source,sh]
1212
------------------------------------
13-
PM > Install Package Elasticsearch.Net
13+
PM > Install-Package Elasticsearch.Net
1414
------------------------------------
1515

1616
Or search for `Elasticsearch.Net` in the Package Manager GUI.
@@ -73,4 +73,4 @@ This will execute the same request, but this time `myJson` will be serialized by
7373

7474
=== full documentation
7575

76-
For the full documentation, please visit: http://nest.azurewebsites.net.
76+
For the full documentation, please visit: http://nest.azurewebsites.net.

0 commit comments

Comments
 (0)