From e200e14be6d966f081e9c05cb1d321bde75dcb86 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 31 Oct 2018 14:06:44 -0400 Subject: [PATCH] Update tutorial.md --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index be8e0d1..91d09ca 100644 --- a/tutorial.md +++ b/tutorial.md @@ -29,7 +29,7 @@ library(httr) ``` ### HTTP2 errors -To avoid errors in the HTPP2 framing layer is recommended to run the following code : +To avoid errors in the HTTP2 framing layer is recommended to run the following code : ```{r} httr::set_config(httr::config(http_version = 0))