From eee96bbd0e4b5d7e5c8ea39dd053c1e4a4a94363 Mon Sep 17 00:00:00 2001
From: coutooo <50673558+coutooo@users.noreply.github.com>
Date: Sat, 23 Dec 2023 17:37:28 +0000
Subject: [PATCH] Update README.md

---
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3f99b93..4436d0b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Blockchain using Hyperledger Sawtooth to excange data in a city.
 
-and nextwebapp
+And a NEXTJS webapp
 
 
 install
@@ -12,9 +12,8 @@ docker compose
 docker engine
 install npm
 install node 14 at least
-apagar node_modules, e npm cache clear --force -> npm install
+delete node_modules and npm cache clear --force -> npm install
 
-dar build nas imagens
 # Build cityinfo-client image
 docker build -t cityinfo-client .  -> dentro do pyclient
 # Build cityinfo-processor image
@@ -34,10 +33,10 @@ sudo docker-compose -f docker-compose.yaml up --build
  - showdata
 
 - http://localhost:3001/manifest
- - ir buscar o manifesto
+ - get the manifest
   
 - http://localhost:3001/upload
- - fazer upload
+ - upload
 
 - http://localhost:3001/FileDownloadPage
  - download file
-- 
GitLab