Skip to content

Commit

Permalink
readme typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgrenz committed Sep 6, 2019
1 parent 3cbcb9c commit 35841d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
<script type="text/javascript">
ShopifyApp.init({
Expand Down

0 comments on commit 35841d9

Please sign in to comment.