From 69bb9e85db3c8c1c6c0f9e26844da4dc3ffdca95 Mon Sep 17 00:00:00 2001 From: pverrecchia Date: Mon, 2 Feb 2015 10:45:28 -0800 Subject: [PATCH] Adding hyphen for Install-package --- docs/asciidocs/elasticsearch-net.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/asciidocs/elasticsearch-net.asciidoc b/docs/asciidocs/elasticsearch-net.asciidoc index 6d0ec003bd8..42cd4507cf4 100644 --- a/docs/asciidocs/elasticsearch-net.asciidoc +++ b/docs/asciidocs/elasticsearch-net.asciidoc @@ -10,7 +10,7 @@ From the Package Manager Console inside Visual Studio: [source,sh] ------------------------------------ -PM > Install Package Elasticsearch.Net +PM > Install-Package Elasticsearch.Net ------------------------------------ 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 === full documentation -For the full documentation, please visit: http://nest.azurewebsites.net. \ No newline at end of file +For the full documentation, please visit: http://nest.azurewebsites.net.