Skip to content

Commit dadc5d2

Browse files
committed
Fix a typo in README.js
1 parent 4e0b213 commit dadc5d2

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)