Skip to content

Commit

Permalink
Doc fixes [ci ski]
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Mar 18, 2020
1 parent d08b2e2 commit c3fe095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See the RDocs for a complete list of methods.
```rb
require "shopify_url"

url = ShopifyURL::Store.new("shopname") # you can also use your top-level domain
url = ShopifyURL::Store.new("shopname") # can also be the site's top-level domain

# https://shopname.myshopify.com/collections
url.collections
Expand All @@ -54,7 +54,7 @@ See the RDocs for a complete list of methods.
All Shopify URL generation methods accept a `Hash` of query string parameters:

```rb
url = ShopifyURL::Store.new("shopname") # you can also use your top-level domain
url = ShopifyURL::Store.new("shopname") # can also be the site's top-level domain

# https://shopname.myshopify.com/products/some-handle?tracking=data
url.products("some-handle", :tracking => "data")
Expand Down
4 changes: 2 additions & 2 deletions shopify_url.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = ShopifyURL::VERSION
spec.authors = ["Skye Shaw"]
spec.email = ["[email protected]"]
spec.summary = %q{Build URLs to Shopify web pages}
spec.description = %q{Shopify URL allows you to build URLs to Shopify stores and the Admin panel}
spec.summary = %q{Build URLs for Shopify websites}
spec.description = %q{Shopify URL allows you to build URLs to Shopify stores and the Admin site that can be used as links}
spec.homepage = "https://github.com/ScreenStaring/shopify_url"
spec.license = "MIT"

Expand Down

0 comments on commit c3fe095

Please sign in to comment.