diff --git a/README.md b/README.md index 9d471d5..23f5d0e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ void z80_power(Z80 *object, zboolean state) ``` **Parameters** | Name | Description | -|------|-------------| +| ---- | ----------- | | object | A pointer to an emulator instance. | | state | ```ON``` / ```OFF``` |