Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Dec 24, 2022
1 parent 42bad76 commit aa05d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ quickly before accepting them is important.

This is a simple one-source file library to validate UTF-8 strings at high speeds using SIMD instructions. It works on all platforms (ARM, x64).

Code usage:
Build and link `is_utf8.cpp` with your project. Code usage:

```C++
#include "is_utf8.h"
Expand Down Expand Up @@ -56,4 +56,4 @@ licenses, at your option:
* Apache License (Version 2.0) [LICENSE-APACHE](LICENSE-APACHE),
* Boost Software License [LICENSE-BOOST](LICENSE-BOOST), or
* MIT License [LICENSE-MIT](LICENSE-MIT).
* MIT License [LICENSE-MIT](LICENSE-MIT).

0 comments on commit aa05d77

Please sign in to comment.