aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 83ef96b..4902927 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ This is a little experiment around using the DOM to represent an [AST](https://e
Clearly, this is not a performant way to do things, but it is fun :)
-After cloning the repository, open up any of the `.doml` files found in the `prog` directory in your browser -- you should see it represented visually, and you'll see any output logged to the console.
+After cloning the repository, open up any of the files found in the `prog` directory in your browser -- you should see it represented visually, and you'll see any output logged to the console.
## About the language