Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Sibly [chullybun] <[email protected]>
  • Loading branch information
chullybun authored May 5, 2023
1 parent e9eb66f commit 9735bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/NTangle.Template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the .NET template used to accelerate the creation of an _nTangle_ soluti

## Installation

Before the `NTangle.Template` template can be used it must be installed from [NuGet](https://www.nuget.org/packages/NTangle.Template/). The `dotnet new -i` command is used to perform this.
Before the `NTangle.Template` template can be used it must be installed from [NuGet](https://www.nuget.org/packages/NTangle.Template/). The `dotnet new install` command is used to perform this.

```
-- Use the latest published from NuGet...
Expand Down Expand Up @@ -494,4 +494,4 @@ info: CoreEx.Events.LoggerEventSender[0]
}
info: FooBar.Publisher.Data.EventOutboxDequeue[0]
1 event(s) were sent successfully. [Sender=LoggerEventSender, Elapsed=135.5593ms]
```
```

0 comments on commit 9735bf3

Please sign in to comment.