Fix numbering of example steps in README.md

This commit is contained in:
gavin.smith@coralbay.tv
2019-01-18 14:25:07 +00:00
parent 6521b9e50c
commit d8b6a58426
+2 -2
View File
@@ -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):