From 208df48ffd9f15c97c4ec7946a9960dc04410866 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Sun, 9 May 2021 13:53:34 +0200 Subject: [PATCH] Add github sponsor button in readme (see #2204) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71b10b70d..87239a9a2 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Math.js is an extensive math library for JavaScript and Node.js. It features a f [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjosdejong%2Fmathjs.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjosdejong%2Fmathjs?ref=badge_shield) [![Codecov](https://codecov.io/gh/josdejong/mathjs/branch/develop/graph/badge.svg)](https://codecov.io/gh/josdejong/mathjs) +[![Github Sponsor](https://user-images.githubusercontent.com/4967343/89290226-7660bb00-d650-11ea-9c30-3e4fc8502ad5.png)](https://github.com/sponsors/josdejong) + ## Features - Supports numbers, big numbers, complex numbers, fractions, units, strings, arrays, and matrices.