diff --git a/README.md b/README.md index 2242fa75d..4634c9d5b 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@
- + OriginTrail Node Banner -

OT-Node

+

DKG Engine


OriginTrail Docs · - Report Bug + Report Bug · - Request Feature + Request Feature

@@ -178,8 +178,8 @@ By their nature, Knowledge Assets are semantic resources (following the W3C Sema First, clone the repo: ```bash -git clone https://github.com/OriginTrail/ot-node.git -cd ot-node +git clone https://github.com/OriginTrail/dkg-engine.git +cd dkg-engine ``` Switch the branch to `v8/develop`: @@ -194,7 +194,7 @@ Install dependencies using `npm`: npm install ``` -Create the .env file inside the "ot-node" directory: +Create the .env file inside the "dkg-engine" directory: ```bash nano .env