Skip to content

Commit

Permalink
Merge pull request postcss#36 from pascalduez/pr__readme-typos
Browse files Browse the repository at this point in the history
Wording/typos in Readme
  • Loading branch information
MoOx committed Jun 30, 2015
2 parents dbac3d7 + 579e8ab commit 34bb407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Allow you to fix `url()` according to postcss `to` and/or `from` options (rebase

##### `url: "inline"`

Allow you to inline assets using base64 syntax. Can use postcss `from` option to find ressources.
Allow you to inline assets using base64 encoding. Can use postcss `from` option to find ressources.

##### `url: "copy"`

Expand Down Expand Up @@ -79,20 +79,20 @@ Custom transform functions are supported.

#### `basePath`

Specify the base path from where to search images
Specify the base path where to search images from

#### `assetsPath`

_(default: `false`)_

If you specify an `assetsPath`, the assets files would be copy in that
If you specify an `assetsPath`, the assets files will be copied in that
destination

#### `useHash`

_(default: `false`)_

If is set in true the copy method is going to rename the path of the files by a hash name
If set to `true` the copy method is going to rename the path of the files by a hash name

---

Expand Down

0 comments on commit 34bb407

Please sign in to comment.