Mirror: CSS prefixing helpers in less than 1KB ๐ŸŒˆ

Fix typo in README (#1)

You're welcome Phil ๐Ÿ˜„

Changed files
+1 -1
+1 -1
README.md
···
- `0b100` stands for `-webkit`
These are combined using a binary OR, so an example usage of the
-
`pefixProperty` helper may look like the following:
+
`prefixProperty` helper may look like the following:
```js
const prefix = (prop, value) => {