From 9d3031e92db18426e82b7a88a3499a31de6aafce Mon Sep 17 00:00:00 2001 From: Michal Szczepanski Date: Fri, 5 May 2023 23:45:00 +0200 Subject: [PATCH] fix: README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbeb74d..a32e475 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### Description javascript interpreter in javascript - poc I saw that [JS-Interpreter](https://github.com/NeilFraser/JS-Interpreter) is single file so grabbed example fibonacci -and wrote [arcon](https://github.com/acornjs/acorn) parser from scratch. +and wrote [acorn](https://github.com/acornjs/acorn) parser from scratch. ### Run in browser visit page [https://vane.github.io/browser-js/](https://vane.github.io/browser-js/)