This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new a3e24d15190 .NET: Fix examples install instructions in README.md
a3e24d15190 is described below

commit a3e24d151900305c0499fb30c6ab1baeedde0066
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Mon May 13 08:49:57 2024 +0300

    .NET: Fix examples install instructions in README.md
---
 modules/platforms/dotnet/examples/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/platforms/dotnet/examples/README.md 
b/modules/platforms/dotnet/examples/README.md
index f7eba0d602d..394cb10275f 100644
--- a/modules/platforms/dotnet/examples/README.md
+++ b/modules/platforms/dotnet/examples/README.md
@@ -14,7 +14,7 @@ Windows, Linux, and macOS are supported.
 # Download Examples
 
 * NuGet: 
-  * `dotnet new --install Apache.Ignite.Examples`
+  * `dotnet new install Apache.Ignite.Examples`
   * `dotnet new ignite-examples`  
 * Ignite website: https://ignite.apache.org/download.cgi
 * git: `git clone https://github.com/apache/ignite --depth=1`, `cd 
ignite/modules/platforms/dotnet/examples`

Reply via email to