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> {