Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ More information related to EXIF is [here](https://exifdata.com/).

### Prerequisites

* [Erlang/OTP](http://www.erlang.org) 18 or higher.
* [Erlang/OTP](http://www.erlang.org) 23 or higher.

To build the application and run the test suite, use the Makefile like so:

Expand Down Expand Up @@ -69,5 +69,5 @@ They accept actual file in binary format as a first argument, instead of a path.
[hexdocs]: https://hexdocs.pm/erlang_exif
[gh]: https://github.com/erlangpack/erlang_exif/actions/workflows/test.yaml
[gh badge]: https://github.com/erlangpack/erlang_exif/workflows/Test/badge.svg
[erlang version badge]: https://img.shields.io/badge/Supported%20Erlang%2FOTP-22.0%20to%2024.0-blue.svg?style=flat-curcle
[erlang version badge]: https://img.shields.io/badge/Supported%20Erlang%2FOTP-23.0%20to%2024.0-blue.svg?style=flat-curcle
[license]: https://img.shields.io/badge/License-BSD_3_Clause-blue.svg?logo=bsd&logoColor=red "BSD-3-Clause"
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Demo examples

- [exif_reader_app]([exif_reader_app]) Simple OTP Application.
- [exif_web_viewer]([exif_web_viewer]) EXIF data web viewer.
- [exif_reader_app](exif_reader_app) Simple OTP Application.
- [exif_web_viewer](exif_web_viewer) EXIF data web viewer.