From 35841d9934c76c2edcb988fe74bd0003d6f647bb Mon Sep 17 00:00:00 2001 From: Jon G Date: Fri, 6 Sep 2019 11:27:39 -0400 Subject: [PATCH] readme typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed2ddc81c..a275c9822 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,7 @@ config.api_version = '2019-04' ### Session storage change -You will need to add an `api_version` method to you session storage object. The default implmentation for this is. +You will need to add an `api_version` method to you session storage object. The default implementation for this is. ```ruby def api_version ShopifyApp.configuration.api_version @@ -480,7 +480,7 @@ end ### Generated file change -`embedded_app.html.erb` the useage of `shop_session.url` needs to be changed to `shop_session.domain` +`embedded_app.html.erb` the usage of `shop_session.url` needs to be changed to `shop_session.domain` ```erb