Skip to content

Commit e744b7c

Browse files
committed
Docs: corrected NuGet install commands (closes #1226)
1 parent 4d9e30a commit e744b7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/build/elasticsearch-net/quick-start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p><code>Elasticsearch.Net</code> is a low level client to talk to Elasticsearch.</p>
44
<h2 id="installing">Installing</h2>
55
<p>From the package manager console inside visual studio </p>
6-
<pre><code>PM &gt; Install Package Elasticsearch.Net -PreRelease
6+
<pre><code>PM&gt; Install-Package Elasticsearch.Net
77
</code></pre><p>Or search in the Package Manager UI for <code>Elasticsearch.Net</code> and go from there</p>
88
<h2 id="connecting">Connecting</h2>
99
<p>Assumming Elasticsearch is already installed and running on your machine, go to <a href="http://localhost:9200">http://localhost:9200</a> in your browser. You should see a similar response to this:</p>

docs/build/nest/quick-start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Requests and Responses have been mapped to CLR objects and <code>NEST</code> also comes with a powerful strongly typed query dsl.</p>
55
<h2 id="installing">Installing</h2>
66
<p>From the package manager console inside visual studio </p>
7-
<pre><code>PM &gt; Install Package NEST -PreRelease
7+
<pre><code>PM&gt; Install-Package NEST
88
</code></pre><p>Or search in the Package Manager UI for <code>NEST</code> and go from there</p>
99
<h2 id="connecting">Connecting</h2>
1010
<p>Assumming Elasticsearch is already installed and running on your machine, go to <a href="http://localhost:9200">http://localhost:9200</a> in your browser. You should see a similar response to this:</p>

docs/contents/elasticsearch-net/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ menuitem: esnet-quick-start
1313

1414
From the package manager console inside visual studio
1515

16-
PM > Install Package Elasticsearch.Net -PreRelease
16+
PM> Install-Package Elasticsearch.Net
1717

1818
Or search in the Package Manager UI for `Elasticsearch.Net` and go from there
1919

docs/contents/nest/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Requests and Responses have been mapped to CLR objects and `NEST` also comes wit
1414

1515
From the package manager console inside visual studio
1616

17-
PM > Install Package NEST -PreRelease
17+
PM> Install-Package NEST
1818

1919
Or search in the Package Manager UI for `NEST` and go from there
2020

0 commit comments

Comments
 (0)