Skip to content

Commit 6a134c5

Browse files
committed
Improve wording
1 parent 5a215a6 commit 6a134c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Display PDFs in your React app as easily as if they were images.
1212

1313
## Demo
1414

15-
Minimal demo page is included in sample directory.
15+
A minimal demo page can be found in `sample` directory.
1616

1717
[Online demo](http://projects.wojtekmaj.pl/react-pdf/) is also available!
1818

@@ -30,7 +30,7 @@ React-PDF is under constant development. This documentation is written for React
3030

3131
To use the latest version of React-PDF, your project needs to use React 16.3 or later.
3232

33-
If you use older version of React, please refer to the table below to find suitable React-PDF version. Don't worry - as long as you're running React 15.5 or later, you won't be missing out a lot!
33+
If you use an older version of React, please refer to the table below to a find suitable React-PDF version. Don't worry - as long as you're running React 15.5 or later, you won't be missing out a lot!
3434

3535
| React version | Newest compatible React-PDF version |
3636
|-------|--------|
@@ -146,7 +146,7 @@ Now, in your Webpack config, import the plugin:
146146
import CopyWebpackPlugin from 'copy-webpack-plugin';
147147
```
148148

149-
and in plugins section of your config, add the following:
149+
and in `plugins` section of your config, add the following:
150150

151151
```js
152152
new CopyWebpackPlugin([

0 commit comments

Comments
 (0)