Skip to content

Commit 52f5b26

Browse files
author
Stephan Georg
committed
Updated readme
1 parent 400560c commit 52f5b26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The `outputOptions` replaces the deprectated `quality` option. For Backwards com
187187
#### image.buffer (mime, [outputOptions])
188188
Saves the image to a file.
189189
```
190-
map.image.buffer('image/jpog', { quality: 75 });
190+
map.image.buffer('image/jpeg', { quality: 75 });
191191
```
192192
##### Arguments
193193
Parameter | Default | Description
@@ -344,6 +344,7 @@ const options = {
344344

345345
# Contributers
346346

347+
+ [Wesley Flynn](https://github.com/wesflynn)
347348
+ [Thomas Konings](https://github.com/tkon99)
348349
+ [Gihan S](https://github.com/gihanshp)
349350
+ [Sergey Averyanov](https://github.com/saveryanov)

0 commit comments

Comments
 (0)