Skip to content

Commit

Permalink
chore: fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 authored Nov 13, 2024
1 parent 9378aad commit bfb352b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

## Overview

`eventbus` is a simple, header only C++17 event bus library that doesn't require you to inherit from any sort of `event` class. The libraryimplements the "Mediator" pattern. This pattern is useful when you want components to communicate to each other without necessarily "knowing" about each other. Effectively, this is a thread safe event dispatcher with a list of callbacks.
`eventbus` is a simple, header only C++17 event bus library that doesn't require you to inherit from any sort of `event` class. The library implements the "Mediator" pattern. This pattern is useful when you want components to communicate to each other without necessarily "knowing" about each other. Effectively, this is a thread safe event dispatcher with a list of callbacks.

## Features

Expand Down

0 comments on commit bfb352b

Please sign in to comment.