From 1f6e112b6bbd4f2f55ffab8595a002073beeec22 Mon Sep 17 00:00:00 2001 From: Anatolii Kosorukov Date: Tue, 21 Jun 2022 14:35:36 +0300 Subject: [PATCH 1/2] Fix shortcomings --- README.md | 2 +- examples/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13f2e38..77ee2ab 100644 --- a/README.md +++ b/README.md @@ -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" \ No newline at end of file diff --git a/examples/README.md b/examples/README.md index b610ee4..12955ca 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. \ No newline at end of file +- [exif_reader_app](exif_reader_app) Simple OTP Application. +- [exif_web_viewer](exif_web_viewer) EXIF data web viewer. \ No newline at end of file From 47a190e23f120671f53f28e7323408b250be2d25 Mon Sep 17 00:00:00 2001 From: Anatolii Kosorukov Date: Tue, 21 Jun 2022 14:41:09 +0300 Subject: [PATCH 2/2] Fix README Fix information related to OTP prerequisites. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77ee2ab..dbd3d9c 100644 --- a/README.md +++ b/README.md @@ -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: