From 3188361029d6546fe2b2f97fbfb854f7fcd02713 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 5 Dec 2018 17:27:39 +0100 Subject: [PATCH] Remove comma Signed-off-by: Robert Baldyga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b90c32..c266bbd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ make -C $OCFDIF inc O=$INCDIR This by default will not copy OCF source files but create symbolic links to them, to avoid source duplication and allow for easy OCF code modification. If you prefer to copy OCF source files (e.g. you don't want to distribute whole OCF repository -as your submodule), you can use following commands: +as your submodule) you can use following commands: ~~~{.sh} make -C $OCFDIF src O=$SRCDIR CMD=cp