Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jansule committed Oct 19, 2021
1 parent 3fe2e7e commit 907d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ const parser = new MapfileParser();
// Load a Mapfile file
const mapfile = fs.readFileSync('./mapfiles_folder/my_mapfile.map', 'utf8');

const { options: geostylerStyle } = await parser.readStyle(mapfile);
const { output: geostylerStyle } = await parser.readStyle(mapfile);
console.log(geostylerStyle);
```

Expand Down

0 comments on commit 907d4f3

Please sign in to comment.