Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Redninja106 authored Apr 21, 2024
1 parent ca25f3d commit f181bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ With more on the way! See [Planned Features](https://github.com/Redninja106/simu
## Getting Started

> SimulationFramework requires .NET 6 and Visual Studio 2022.
> SimulationFramework requires .NET 7 and Visual Studio 2022.
Create a new Console App using .NET 6. Add the [SimulationFramework Nuget Package](https://www.nuget.org/packages/SimulationFramework/) (and it's desktop environment) using Visual Studio or the .NET CLI via the following commands:
Create a new Console App using .NET7. Add the [SimulationFramework Nuget Package](https://www.nuget.org/packages/SimulationFramework/) (and it's desktop environment) using Visual Studio or the .NET CLI via the following commands:

```
dotnet add package SimulationFramework
Expand All @@ -58,7 +58,7 @@ using SimulationFramework.Drawing;
Simulation mySimulation = Simulation.Create(OnInitialize, OnRender);
mySimulation.Run();

void OnInitialize(AppConfig config)
void OnInitialize()
{
// called when the simulation starts
}
Expand Down

0 comments on commit f181bc0

Please sign in to comment.