From 9c88fd78b26a6014888f6eb2b2000f52e9e69cd2 Mon Sep 17 00:00:00 2001 From: Joseph LeBlanc <40514613+josephleblanc@users.noreply.github.com> Date: Mon, 2 May 2022 13:28:26 -0700 Subject: [PATCH] Small wording change for newbie-friendly clarity --- examples/helloworld-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloworld-tutorial.md b/examples/helloworld-tutorial.md index e6930fe4c..389661b46 100644 --- a/examples/helloworld-tutorial.md +++ b/examples/helloworld-tutorial.md @@ -124,7 +124,7 @@ We include `tonic-build` as a useful way to incorporate the generation of our cl ## Generating Server and Client code -At the root of your project, create a `build.rs` file and add the following code: +At the root of your project (not /src), create a `build.rs` file and add the following code: ```rust fn main() -> Result<(), Box> {