Skip to content

Commit 41ffa47

Browse files
Update readme with React 16 update
1 parent 5203d9b commit 41ffa47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ npm install @salesforce-ux/design-system @salesforce/design-system-react
1212

1313
## Getting Started
1414

15-
Welcome to the project! :wave: This library is the [React](https://facebook.github.io/react/) implementation of the [Salesforce Lightning Design System](https://www.lightningdesignsystem.com/). This library has a peer dependency on `@salesforce-ux/design-system`, `react`, and `react-dom`. It has been tested with React >=15.4.1 <16 and is stable despite its version number. Please polyfill this library in order to meet your target environment needs.
15+
Welcome to the project! :wave: This library is the [React](https://facebook.github.io/react/) implementation of the [Salesforce Lightning Design System](https://www.lightningdesignsystem.com/). This library has a peer dependency on `@salesforce-ux/design-system`, `react`, and `react-dom`. It is tested with React 16 and has a stable API despite its version number. Please polyfill this library in order to meet your target environment needs.
1616

1717
* [Usage](#usage)
1818
* [Getting started](https://react.lightningdesignsystem.com/getting-started/)
@@ -55,9 +55,10 @@ import Button from '@salesforce/design-system-react/components/button';
5555
"presets": ["@salesforce/babel-preset-design-system-react"]
5656
}
5757
```
58+
5859
### Styling
5960

60-
This library does not contain any Cascading Style Sheets (CSS). You will need to add `<link rel="stylesheet" type="text/css" href="/node_modules/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css" />` to your page and serve that file from a publicly available folder.
61+
This library does not contain any Cascading Style Sheets (CSS). You will need to add `<link rel="stylesheet" type="text/css" href="/node_modules/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css" />` to your page and serve that file from a publicly available folder.
6162

6263
#### Serve icons publicly
6364

0 commit comments

Comments
 (0)