From 987b30601f484475a7abc6bda25a958d86461042 Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 29 Dec 2020 19:54:49 +0800 Subject: [PATCH] Update integrations_to_tide.md --- docs/en/src/integrations_to_tide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/integrations_to_tide.md b/docs/en/src/integrations_to_tide.md index 97962946..ac44a95e 100644 --- a/docs/en/src/integrations_to_tide.md +++ b/docs/en/src/integrations_to_tide.md @@ -4,7 +4,7 @@ ## Request example -When you create your Tide server, you will need to pass the `async_graphql_tide::endpoint` with your schema as the POST request handler. Please note that you need to enable the `attributes` feature in `tide` for this example to work. +When you create your `tide` server, you will need to pass the `async_graphql_tide::endpoint` with your schema as the POST request handler. Please note that you need to enable the `attributes` feature in `async-std` for this example to work. ```rust use async_graphql::{