Skip to content

Commit b6ed5a5

Browse files
committed
docs: attribution clarity
1 parent da7904f commit b6ed5a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Performant, modern noise generation for Haskell with a minimal dependency footpr
1212
- **84-95% of C++ FastNoiseLite performance** through aggressive optimization and
1313
LLVM compilation ([see benchmarks](bench/README.md)).
1414

15-
**📊 For detailed FastNoiseLite comparison, methodology, and reproducibility instructions,
15+
**For detailed FastNoiseLite comparison, methodology, and reproducibility instructions,
1616
see the [benchmark README](bench/README.md).**
1717

1818
The public interface for this library is unlikely to change much, although the
@@ -24,8 +24,8 @@ are subject to change and may change between minor versions.
2424
- The algorithms used in this library are ported from
2525
[FastNoiseLite](https://github.com/Auburn/FastNoiseLite). The library structure
2626
has been retuned to fit better with Haskell semantics.
27-
- All credit goes to @Auburn for the terrific FastNoiseLite implementation and
28-
the opportunity to learn from it.
27+
- **All credit goes to @Auburn for the terrific FastNoiseLite implementation and
28+
the opportunity to learn from it.**
2929

3030
## Usage
3131

0 commit comments

Comments
 (0)