From 4c829d48eb1a5eaf76d5f6b1b276f576cc7f9320 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Tue, 24 Dec 2024 19:52:58 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94e05ad..e464691 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ [![Documentation](https://img.shields.io/badge/doc-download-brightgreen)](http://elfio.sourceforge.net/elfio.pdf) [![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/serge1/ELFIO/blob/master/COPYING) -ELFIO is a header-only C++ library intended for reading and generating -files in the ELF binary format. It is used as a standalone library - it is not -dependent on any other product or project. Adhering to ISO C++, it compiles on -a wide variety of architectures and compilers. +ELFIO is a lightweight, header-only C++ library designed for reading and creating ELF binary files. Completely standalone, it requires no dependencies and integrates seamlessly into any project. Built to ISO C++ standards, it ensures compatibility across a wide range of architectures and compilers. -The full library documentation can be found in *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*. +Comprehensive library documentation is available in the *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*.