Skip to content

Commit 4c829d4

Browse files
authored
Update README.md
1 parent e656f75 commit 4c829d4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
[![Documentation](https://img.shields.io/badge/doc-download-brightgreen)](http://elfio.sourceforge.net/elfio.pdf)
88
[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/serge1/ELFIO/blob/master/COPYING)
99

10-
ELFIO is a header-only C++ library intended for reading and generating
11-
files in the ELF binary format. It is used as a standalone library - it is not
12-
dependent on any other product or project. Adhering to ISO C++, it compiles on
13-
a wide variety of architectures and compilers.
10+
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.
1411

15-
The full library documentation can be found in *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*.
12+
Comprehensive library documentation is available in the *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*.

0 commit comments

Comments
 (0)