From 20ebeb466004778fea5703ec44852e4f20232fab Mon Sep 17 00:00:00 2001 From: Alexei Pastuchov Date: Tue, 28 Jul 2020 10:03:08 +0200 Subject: [PATCH] correction of link to the example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dead57..ab19c97 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Wundergraph provides a platform to easily expose your database through a GraphQL ## Example -For a full example application see the [example project](https://github.com/weiznich/wundergraph/blob/master/wundergraph_example/src/bin/main.rs) + +For a full example application see the [example project](https://github.com/weiznich/wundergraph/blob/master/wundergraph_example/src/bin/wundergraph_example.rs) ```rust #[macro_use] extern crate diesel;