diff --git a/README.en.md b/README.en.md index d5b410de952d6b13c15f3f81bde291f1fa93fc65..6cec6c3d9ae353c8eb135ec21e9531db24611d5d 100644 --- a/README.en.md +++ b/README.en.md @@ -10,7 +10,7 @@ #### Building methods --compilation steps +- compilation steps 1. Add all the .c files under /src to the source code listing for the build script. @@ -21,7 +21,7 @@ 4. Generate static or shared libraries for .o files according to project requirements. --compiling examples: +- compiling examples: ``` gcc -o memcpy_s.o -c -Iinclude -fstack-protector-strong -fPIC -Wall -D_FORTIFY_SOURCE=2 -O2 src/memcpy_s.c ```