Skip to content

Commit

Permalink
doc: bold ordering in README
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Apr 13, 2022
1 parent 1252074 commit 93c2400
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 @@ -7,7 +7,7 @@
- Zero dependencies (optionally [`scijs/ndarray`](https://github.com/scijs/ndarray))
- Supports **v2** or **v3** protocols
- Runs natively in **Node**, **Browsers**, and **Deno** (ESM)
- Supports "C"-order & "F"-order arrays
- Supports **C-order** & **F-order** arrays
- Handles **little endian** or **big endian** data-types
- Handles **number**, **bigint**, **string**, and **boolean** data-types
- Configurable compression via [`numcodecs`](https://github.com/manzt/numcodecs.js)
Expand Down

0 comments on commit 93c2400

Please sign in to comment.