Skip to content

Commit

Permalink
README: small typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Feb 7, 2025
1 parent 53162e4 commit 8dd50e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Unlike the Yocto BMAP tool, `bmap-writer` is C++ based does not require Python a
- Handles all compression filters that are supported by `libarchive`, decompressing the data on-the-fly during the writing process.
- Ensures data integrity by verifying checksums for each block.
- Writes only the necessary blocks, reducing the overall write time and wear on storage devices.
- Can use the Linux kernel crypto API to leverage hardware-accelerate hashing.
- Can use the Linux kernel crypto API to leverage hardware-accelerated hashing.

## How It Works

Expand All @@ -27,7 +27,7 @@ Unlike the Yocto BMAP tool, `bmap-writer` is C++ based does not require Python a

- C++ compiler
- CMake
- Libarchive
- libarchive
- TinyXML-2
- libkcapi (optional)

Expand Down Expand Up @@ -131,7 +131,7 @@ The commercial license provides:
- Priority access to updates, integration help, and extended documentation.
- Tailored development and deployment solutions.

To obtain a commercial license or inquire further, please contact: [**[email protected]**](mailto:[email protected])
To obtain a commercial license or inquire further, please contact: [[email protected]](mailto:[email protected])


## Contributor License Agreement (CLA)
Expand Down

0 comments on commit 8dd50e4

Please sign in to comment.