소스 검색

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