Skip to content

Commit

Permalink
chore: update examples docs (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Nov 9, 2023
1 parent ffe68d4 commit 8589edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ setx AlpacaSecret "ALPACA_SECRET"

1. [Download the ZIP file](Skender.Stock.Indicators-Examples.zip) and extract contents
2. Open `Examples.sln` in [Visual Studio](https://visualstudio.microsoft.com)
3. Review the code in the `Program.cs` file
4. Run the `ConsoleApp` by any one of the following methods:
- pressing the `CTRL+F5` key
- execute `dotnet run` CLI command in the `ConsoleApp` folder
3. Review the code in the `Program.cs` file(s)
4. Run the `ConsoleApp` or any other project with one of the following methods:
- select (will be bold in Solution Explorer) and press the `CTRL+F5` key
- execute `dotnet run` CLI command in the `ConsoleApp` project folder
- clicking the play button

![how to execute the code](run.png)
Expand Down
Binary file modified docs/examples/Skender.Stock.Indicators-Examples.zip
Binary file not shown.

0 comments on commit 8589edc

Please sign in to comment.