Skip to content

Commit 9733765

Browse files
authored
Merge pull request #22 from mre/patch-1
Fix path to `main.rs` in example after refactoring
2 parents 4115341 + 761a145 commit 9733765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Wundergraph provides a platform to easily expose your database through a GraphQL
99

1010

1111
## Example
12-
For a full example application see the [example project](https://github.com/weiznich/wundergraph/tree/master/wundergraph_example/src/main.rs)
12+
For a full example application see the [example project](https://github.com/weiznich/wundergraph/blob/master/wundergraph_example/src/bin/main.rs)
1313

1414
```rust
1515
#[macro_use] extern crate diesel;

0 commit comments

Comments
 (0)