Small wording change for newbie-friendly clarity (#995)

This commit is contained in:
Joseph LeBlanc
2022-05-20 10:01:52 -07:00
committed by GitHub
parent de2e4ac077
commit ec9ee61925
+1 -1
View File
@@ -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<dyn std::error::Error>> {