Skip to content

Commit

Permalink
Engine - README.md: fixed heading link
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jun 12, 2024
1 parent bccd440 commit cc91824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dotnet add package Friflo.Engine.ECS

# Contents

* [ECS ⋅ Definition](#ecs-⋅-definition)
* [ECS definition](#ecs-definition)
* [Demos](#demos)
* [Examples](#examples)
- [Hello World](#hello-world)
Expand All @@ -46,7 +46,7 @@ dotnet add package Friflo.Engine.ECS
* [Benchmarks](#ecs-benchmarks)


## ECS ⋅ Definition
## ECS definition

An entity-component-system (**ECS**) is a software architecture pattern. See [ECS ⋅ Wikipedia](https://en.wikipedia.org/wiki/Entity_component_system).
It is often used in the Gaming industry - e.g. Minecraft - and used for high performant data processing.
Expand Down

0 comments on commit cc91824

Please sign in to comment.