From fa4182df45fbaee4e037f2a6154695c735fda3b8 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 1 May 2016 21:03:32 +0200 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``` |