Update README.md

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-25 22:44:43 +02:00 committed by GitHub
parent 999681cc01
commit 86cfbdba83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ Eventy
---
[![D](https://github.com/deavmi/eventy/actions/workflows/d.yml/badge.svg)](https://github.com/deavmi/eventy/actions/workflows/d.yml)
## Getting started
### The _engine_
@ -151,4 +153,4 @@ Completely overhauled Eventy system for the v0.4.3 release
Removed the event-loop for a better system (for now) whereby we just dispatch signal handlers on the call to `push(Event)`.
In a future release I hope to bring the event loop back but in a signal-based manner, such that we can support deferred events and priorities and such
```
```