File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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,
1616see the [ benchmark README] ( bench/README.md ) .**
1717
1818The 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
You can’t perform that action at this time.
0 commit comments