Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit f0ade52

Browse files
authored
Update README.md
1 parent 2795242 commit f0ade52

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
<img width="200" height="200"
1313
src="https://webpack.js.org/assets/icon-square-big.svg">
1414
</a>
15-
<h1>RAW Loader</h1>
15+
<h1>Raw Loader</h1>
16+
<h3>A loader for webpack that lets you import files as a string.</h3>
1617
</div>
1718

18-
A loader for webpack that lets you import files as a string.
19-
2019
<h2 align="center">Install</h2>
2120

2221
```bash
@@ -25,7 +24,7 @@ npm install --save-dev raw-loader
2524

2625
<h2 align="center">Usage</h2>
2726

28-
Use the loader either via your webpack config or manually.
27+
Use the loader either via your webpack config or inline.
2928

3029
### Via webpack config (recommended)
3130

@@ -48,7 +47,7 @@ module.exports = {
4847
import txt from 'file.txt';
4948
```
5049

51-
### Manually
50+
### Inline
5251

5352
**In your application**
5453
```js

0 commit comments

Comments
 (0)