Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 15, 2024
1 parent 4c0550a commit 1297004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ int main() {
gc.emplace_back(point_type(1.0,0.0));
geometry<double> const& geom = gc.at(0);
printer visitor;
maplibre::util::apply_visitor(visitor,geom);
mapbox::util::apply_visitor(visitor,geom);
}
```

0 comments on commit 1297004

Please sign in to comment.