diff --git a/README.md b/README.md index 5a930053..deb78cc9 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ the abstract syntac tree (AST) is edited directly (or rather through _projection Languages will be extendable with custom AST node types, by either translating those to nodes of other languages or by implementing code generation for the backend (at the moment only WASM). -The editor is available for the terminal, as a desktop GUI app. -You can an old browser version [here](https://nimaoth.github.io/AbsytreeBrowser/nev_browser.html?s=default.nev-session), but this is not representative of the current state and will not be updated in the near future (only works in Chrome). +The editor is available for the terminal and as a desktop GUI app. + +You can also try an old browser version [here](https://nimaoth.github.io/AbsytreeBrowser/nev_browser.html?s=default.nev-session), but this is not representative of the current state and will not be updated in the near future (only works in Chrome). There is also a very experimental [Unreal Engine Plugin](https://github.com/Nimaoth/AbsytreeUE) which integrates Nev into the Unreal editor. ## Goals