diff --git a/README.md b/README.md index fe14ff4..61192aa 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The term _directive_ refers to the comments used to configure lem. Please note t | [Expected allocs](#expected-allocs) | `^// lem\.(?P[^.]+)\.alloc=(?P\d+)(?:-(?P\d+))?$` | | | Number of expected allocations. | | [Expected bytes](#expected-bytes) | `^// lem\.(?P[^.]+)\.bytes=(?P\d+)(?:-(?P\d+))?$` | | | Number of expected, allocated bytes. | | [Match](#match) | `^// lem\.(?P[^.]+)\.m=(?P.+)$` | ✓ | ✓ | A regex pattern that must appear in the build optimization output. | -| [Natch](#natch) | `^// lem\.(?P[^.]+)\.m=(?P.+)$` | ✓ | ✓ | A regex pattern that must _**not**_ appear in the build optimization output. | +| [Natch](#natch) | `^// lem\.(?P[^.]+)\.m!=(?P.+)$` | ✓ | ✓ | A regex pattern that must _**not**_ appear in the build optimization output. | ### Name