Skip to content

Commit 761a145

Browse files
authored
Fix path to main.rs in example after refactoring
1 parent 4115341 commit 761a145

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)