From e5f0949578b9801907cbdcfe5398d4983d6a5f17 Mon Sep 17 00:00:00 2001 From: norayr Date: Fri, 15 Jan 2016 13:55:40 +0400 Subject: [PATCH] yet another readme fix. Former-commit-id: 9293edffacd2be1fd3dd61ef8a114023903e90c4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e018dfc..c090fcc6 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ will link the module dynamically. Example with two modules ==================== -If you have more than one module, and you want them to be compiled into elf filethen: +If you have more than one module, and you want them to be compiled in to elf file then: Let's assume we have module M0 which imports M1; >voc -l M1.Mod -s M0.Mod -M