Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Grandbrain committed Jan 23, 2019
1 parent 3191909 commit f78a181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Welcome to PortableEndian project!

[PortableEndian](https://github.com/Grandbrain/PortableEndian) is a set of macros to manipulate byte order. This file include macros to help write portable code to convert data between big-endian and little-endian platforms. The file can be used with the most C/C++ compilers in most operating systems.
[PortableEndian](https://github.com/Grandbrain/PortableEndian) is a set of macros to convert the byte encoding of integer values. This file include macros to help write portable code to convert data between big-endian and little-endian platforms. The file can be used with the most C/C++ compilers in most operating systems.

## Contribute

Expand Down

0 comments on commit f78a181

Please sign in to comment.