diff --git a/README.md b/README.md index 9429c487e4e..5a2695f68f6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ yarn add @shopify/polaris ```html ``` @@ -79,7 +79,7 @@ If React doesn’t make sense for your application, you can use a CSS-only versi ```html ``` diff --git a/package.json b/package.json index 6e1c0f21cb5..86e9a1bbbbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shopify/polaris", "description": "Shopify’s product component library", - "version": "3.4.0", + "version": "3.5.0-test-yarn", "private": false, "license": "SEE LICENSE IN LICENSE.md", "author": "Shopify ", diff --git a/src/components/README.md b/src/components/README.md index 936dbd39a93..89c72d8602e 100644 --- a/src/components/README.md +++ b/src/components/README.md @@ -50,7 +50,7 @@ Use React components in most cases, especially if you’re building a highly int - Include the CSS in your HTML to implement: ```html - + ``` - Have a look at the [CSS examples](https://github.com/Shopify/polaris-react/tree/master/examples/cdn-styles) to see how it’s done @@ -68,7 +68,7 @@ Here are some basic instructions to help you get started for both React and CSS- Include the CSS in your HTML: ```html - + ``` First, import the component into your project: @@ -98,7 +98,7 @@ ReactDOM.render(app, domContainerNode); Include the CSS stylesheet in your HTML: ```html - + ``` Add the appropriate classes to your HTML elements: