From 9bc1dc8079dffc4bcf0ecba3ff3e80da5d2a4230 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Sat, 11 Jan 2025 22:10:41 +0100 Subject: [PATCH] minor typo fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c9ef7..4be9ad4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 0G PYTHON API -Quick and dirty python API to access 0g's decentralized data storage system. This is provided without warranty, and is intended solely for research/protopying. For production-ready use, please refrence the Go or command-line tools. +Quick and dirty python API to access 0g's decentralized data storage system. This is provided without warranty, and is intended solely for research/protopying. For production-ready use, please reference the Go or command-line tools. https://docs.0g.ai/0g-doc/docs/0g-storage/access-storage-through-cli (CLI Tool docs) https://docs.0g.ai/0g-doc/docs/0g-storage/sdk (Go SDK docs)