From ec9ee61925e806e51e9e2839595c1b37cb756d61 Mon Sep 17 00:00:00 2001 From: Joseph LeBlanc <40514613+josephleblanc@users.noreply.github.com> Date: Fri, 20 May 2022 10:01:52 -0700 Subject: [PATCH] Small wording change for newbie-friendly clarity (#995) --- 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 e6930fe..389661b 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> {