浏览代码

Fix missing negation

Alois Mahdal 7 年前
父节点
当前提交
96750d9f7b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -40,8 +40,8 @@ Non-goals
40 40
  *  Manage huge and complicated tree of build targets.
41 41
 
42 42
     If you want to really build "serious" "big" stuff from hundreds of
43
-    source files, MKit is probably for you.  Nobody has ever tried to
44
-    use it that way.  What MKit understands as "building" is just
43
+    source files, MKit is probably not for you.  Nobody has ever tried
44
+    to use it that way.  What MKit understands as "building" is just
45 45
     replacing tokens in files.  (Some extensibility will  be added in
46 46
     future but scaling to huge things is not a priority for now.)
47 47