From bc28ee2c71d455659cf847f100529d43dfa6a27d Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Thu, 19 Dec 2024 07:29:19 -0800 Subject: [PATCH] Update crates/sui-graphql-client-build/README.md Co-authored-by: Brandon Williams --- crates/sui-graphql-client-build/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/sui-graphql-client-build/README.md b/crates/sui-graphql-client-build/README.md index e922b50b1..e6f20fbec 100644 --- a/crates/sui-graphql-client-build/README.md +++ b/crates/sui-graphql-client-build/README.md @@ -20,8 +20,8 @@ fn main() { 3. Add the `cynic` and `sui-graphql-client` dependencies in your `Cargo.toml` file. You should have something like this. ```toml -// Cargo.toml -... +# Cargo.toml +# ... [dependencies] cynic = "3.8.0" sui-graphql-client = { git = "https://github.com/mystenlabs/sui-rust-sdk", package = "sui-graphql-client", branch = "master" }