From cde17c68fb7fa5a077cc0a60838614cff7fc42a0 Mon Sep 17 00:00:00 2001 From: WDSF12 Date: Thu, 4 Sep 2025 15:34:17 -0300 Subject: [PATCH] Fixed typos and improved clarity in README --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8b5556ab..95d2cd5c 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,14 @@ # Visit the Official 0G Docs Website - -If you want to learn more about 0G, visit the [0G Docs](https://docs.0g.ai/) +If you want to learn more about 0G, visit the [0G Docs](https://docs.0g.ai/). # Contributing to 0G Docs - ### Installation - -``` $ yarn -``` ### Local Development - -``` $ yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. +This command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server. ### Build - -``` $ yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. \ No newline at end of file +This command generates static content in the build directory and can be served using any static content hosting service.