From 065fb13fe24bae41c116932feb9d7404d092b775 Mon Sep 17 00:00:00 2001 From: Christopher Schuchardt Date: Tue, 3 Dec 2024 20:11:25 -0500 Subject: [PATCH] Update Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7f4e66eea..ca36c0237d 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ 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-modules:](https://github.com/neo-project/neo-modules/) Neo modules include additional tools and plugins to be used with Neo. +* [neo-express:](https://github.com/neo-project/neo-express/) A private net optimized for development scenarios. * [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*. ## Opening a new issue