From a904d7cf8ed19766ac0cb8927b257fdab4a680f6 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Tue, 21 Jun 2022 12:42:31 +0300 Subject: [PATCH] Update README.md (#83) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f6e886..40068f2 100644 --- a/README.md +++ b/README.md @@ -95,13 +95,13 @@ zero). Work-in-progress APIs can change at any time. ### Definitions -Define the following C preprocessor macros before including `` and +`#define` the following C preprocessor macros before including `` and `` files. They have effect on your code, not the library code. * `KERNAUX_DEBUG` - enable assertions. * `KERNAUX_ACCESS_PRIVATE` - disable access modifier "private". Don't do this! * `KERNAUX_ACCESS_PROTECTED` - disable access modifier "protected". Only do this - (with `#define`) in a file where you implement an inherited type. + in a file where you implement an inherited type. ### Global variables