8000 Update README.md with "maintained by Plotly" badge · scijs/ndarray-sort@ce993a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce993a3

Browse files
authored
Update README.md with "maintained by Plotly" badge
1 parent 8b3c03c commit ce993a3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ ndarray-sort
22
============
33
Sorts [ndarrays](https://github.com/mikolalysenko/ndarray) in place using a dual pivot quick sort.
44

5+
<div align="center">
6+
<a href="https://dash.plotly.com/project-maintenance">
7+
<img src="https://dash.plotly.com/assets/images/maintained-by-plotly.png" width="400px" alt="Maintained by Plotly">
8+
</a>
9+
</div>
10+
11+
512
## Example
613

714
```javascript
@@ -44,4 +51,4 @@ Sorts the given array along the first axis in lexicographic order. The sorting
4451
## Credits
4552
Based on Google Dart's dual pivot quick sort implementation by Ola Martin Bini and Michael Haubenwallner. For more information see lib/dart/AUTHORS and lib/dart/LICENSE
4653

47-
JavaScript implementation (c) 2013 Mikola Lysenko. MIT License
54+
JavaScript implementation (c) 2013 Mikola Lysenko. MIT License

0 commit comments

Comments
 (0)
0