Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nakira974 authored Feb 23, 2024
1 parent 78712b7 commit 9769c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

CBus is a lightweight event bus library for C. It provides a simple mechanism for event handling and propagation within
CBUS is a lightweight event bus library for C. It provides a simple mechanism for event handling and propagation within
your C applications.

## Usage
Expand Down Expand Up @@ -108,4 +108,4 @@ for (i = 0; i < 5; i++) {
// Clean up the created handlers to free memory
event_handler_destroy(print);
event_handler_destroy(limit_print);
```
```

0 comments on commit 9769c43

Please sign in to comment.