From d8b6a58426792bb64ad39e84f84fdc2fc6fd19a0 Mon Sep 17 00:00:00 2001 From: "gavin.smith@coralbay.tv" Date: Fri, 18 Jan 2019 14:25:07 +0000 Subject: [PATCH] Fix numbering of example steps in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a839e89..c095ef0 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The command generates the following example.c.patch patch: { int i,x; ``` -### Apply the patch +### 3. Apply the patch Using the example.c.patch file, apply the patch to example.c: ```patch -p1 < example.c.patch``` @@ -110,7 +110,7 @@ int main() return 0; } ``` -### Recompile the code +### 4. Recompile the code Compile the code again (with FMV syntax having been applied to the code):