From cde23d54e7ef085e4837fceb0681d596a153d354 Mon Sep 17 00:00:00 2001 From: Shargon Date: Wed, 22 Nov 2023 15:58:36 +0100 Subject: [PATCH] Update Neo.VM location in README.md (#2988) * Update README.md * Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 39d02a7fba..4c80cc59c2 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@
Neo · - Neo VM - · Neo Modules · Neo DevPack @@ -130,7 +128,6 @@ An overview of the project folders can be seen below. Code references are provided for all platform building blocks. That includes the base library, the VM, a command line application and the compiler. * [neo:](https://github.com/neo-project/neo/) Neo core library, contains base classes, including ledger, p2p and IO modules. -* [neo-vm:](https://github.com/neo-project/neo-vm/) Neo Virtual Machine is a decoupled VM that Neo uses to execute its scripts. It also uses the `InteropService` layer to extend its functionalities. * [neo-node:](https://github.com/neo-project/neo-node/) Executable version of the Neo library, exposing features using a command line application or GUI. * [neo-modules:](https://github.com/neo-project/neo-modules/) Neo modules include additional tools and plugins to be used with Neo. * [neo-devpack-dotnet:](https://github.com/neo-project/neo-devpack-dotnet/) These are the official tools used to convert a C# smart-contract into a *neo executable file*.