Browse Source

Fix missing negation

Alois Mahdal 7 years ago
parent
commit
96750d9f7b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

40
  *  Manage huge and complicated tree of build targets.
40
  *  Manage huge and complicated tree of build targets.
41
 
41
 
42
     If you want to really build "serious" "big" stuff from hundreds of
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
     replacing tokens in files.  (Some extensibility will  be added in
45
     replacing tokens in files.  (Some extensibility will  be added in
46
     future but scaling to huge things is not a priority for now.)
46
     future but scaling to huge things is not a priority for now.)
47
 
47