jenetics / jpx

JPX - Java GPX library
Apache License 2.0
202 stars 30 forks source link

Refactor references to deprecated GPX.write in README #181

Open andrew-guerra opened 3 months ago

andrew-guerra commented 3 months ago

In the previous version, there were references to GPX.write where the second argument is a string, but that has since been deprecated and is now a Path object. The changes here reflect the latest version.