Skip to content

Commit 72561e1

Browse files
authored
Merge pull request #22 from openlayers/readme-typo
Fix a typo in README.js
2 parents 4e0b213 + dadc5d2 commit 72561e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The ["Klokantech Noto Sans"](https://github.com/klokantech/klokantech-gl-fonts)
99
## Usage
1010

1111
```js
12-
import parseFont = from 'mapbox-to-css-font';
12+
import parseFont from 'mapbox-to-css-font';
1313

1414
parseFont('Open Sans Regular', 16, 1.2);
1515
// returns 'normal 400 16px/1.2 "Open Sans"'

0 commit comments

Comments
 (0)