Skip to content

Commit c2f8f55

Browse files
authored
Update README.md (#12)
1 parent 0d72e05 commit c2f8f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo demos a slightly unconventional way to bootstrap an MLIR project:
88
3. It smashes all the implementation into a single [src/MinimalDialect.cpp](src/MinimalDialect.cpp)
99
4. Python bindings @ [python/mmlir/dialects](python/mmlir/dialects) are arranged to have generated artifacts to be dumped in place.
1010

11-
It is primarily meant to be used a learning aid (e.g., for understanding which parts of the upstream CMake are essential and which aren't) and not as a germ/seed/cookiecutter for a production quality project.
11+
It is primarily meant to be used as a learning aid (e.g., for understanding which parts of the upstream CMake are essential and which aren't) and not as a germ/seed/cookiecutter for a production quality project.
1212

1313
# Building and exercising
1414

0 commit comments

Comments
 (0)