diff --git a/README.md b/README.md index 7c127ab..f786687 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ To understand the why and how, you might want to read [Why.md](https://github.co - Timelapse video your trips, with or without time control. - Add custom notes to your logs. - Export to CSV, GPX, GeoJSON, KML and download your logs. +- Export your logs as image (PNG) or video (MP4). - Aggregate your trip statistics: Longest voyage, time spent at anchorages, home ports etc. - See your moorages on a global map, with incoming and outgoing voyages from each trip. - Monitor your boat (position, depth, wind, temperature, battery charge status, etc.) remotely. diff --git a/docs/README.md b/docs/README.md index aaf276c..c55f788 100644 --- a/docs/README.md +++ b/docs/README.md @@ -141,7 +141,7 @@ UPDATE app_settings WHERE name = 'app.email_server'; ``` -As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database and explore your data. +As it is all about SQL, [Read more](https://github.com/xbgmsharp/postgsail/blob/main/docs/ERD/README.md) about the database to configure your instance and explore your data. ### Ingest data