From 5c84650084e9633abb0541c2b331fd65dd69e941 Mon Sep 17 00:00:00 2001 From: hvalyavicharski Date: Thu, 21 Aug 2014 17:16:48 +0300 Subject: [PATCH] Install command typo. Package Manager Console install command typo fixed. --- docs/asciidocs/nest.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/asciidocs/nest.asciidoc b/docs/asciidocs/nest.asciidoc index 58fa3dd5ce5..4d4ae8d6cab 100644 --- a/docs/asciidocs/nest.asciidoc +++ b/docs/asciidocs/nest.asciidoc @@ -10,7 +10,7 @@ From the Package Manager Console inside Visual Studio: [source,sh] ------------------------------------ -PM > Install Package NEST +PM > Install-Package NEST ------------------------------------ Or search for `NEST` in the Package Manager GUI. @@ -131,4 +131,4 @@ If a response returns 200 in Elasticsearch, sometimes it will contain more infor === 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.