From 13f2a004fec6ad737880f49a586f59b400fbd296 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 9 Aug 2024 00:33:27 +0900 Subject: [PATCH] docs: update README.md Managemnt -> Management --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb33a8b82..f0c3e4482 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Nerlnet simplifies the setup of a distributed cluster that consists of many mode Nerlnet library combines the following languages to achieve a stable and efficient distributed ML system framework: • The communication layer of Nerlnet is based on an Cowboy - an HTTP web server open-source library. • ML on the edge of the distributed cluster is based on OpenNN library, an open-source project of Cpp Neural Network library. -• Managemnt of Nerlnet cluster - An HTTP server of Flask communicates with Nerlnet's main server to control the cluster's entities. +• Management of Nerlnet cluster - An HTTP server of Flask communicates with Nerlnet's main server to control the cluster's entities. ![image](https://user-images.githubusercontent.com/18975070/144730156-5bd03ad7-fc5f-45e9-8b4e-62d582af2200.png) ![image](https://user-images.githubusercontent.com/18975070/144730182-c535b20a-a5f9-4d4f-8632-77d49732f17f.png)