Skip to content

Commit f1f1fa0

Browse files
committed
Updated readme and support links.
1 parent a3febe5 commit f1f1fa0

File tree

6 files changed

+14
-29
lines changed

6 files changed

+14
-29
lines changed

README.md

+9-24
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,16 @@ To learn more about Data-Forge [visit the home page](http://data-forge-js.com/).
1010
Read about <a target="_blank" href="http://js4ds.org/#s:dataforge">Data-Forge for data science</a> in the book
1111
<a target="_blank" href="http://js4ds.org">JavaScript for Data Science</a>.
1212

13-
**Scroll** to the end to get in touch or to [support the developer](#support-the-developer).
13+
<a href="#support-the-developer">Skip to the end to see how you can **support the developer.**</a>
14+
15+
Love this? Please star this repo and [follow me on Twitter](https://twitter.com/ashleydavis75)
1416

1517
[![Build Status](https://travis-ci.org/data-forge/data-forge-ts.svg?branch=master)](https://travis-ci.org/data-forge/data-forge-ts)
1618
[![Coverage Status](https://coveralls.io/repos/github/data-forge/data-forge-ts/badge.svg?branch=master)](https://coveralls.io/github/data-forge/data-forge-ts?branch=master)
1719
[![npm version](https://badge.fury.io/js/data-forge.svg)](https://badge.fury.io/js/data-forge)
1820
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
1921
[![Issues](http://img.shields.io/github/issues/data-forge/data-forge-ts.svg)](https://github.com/data-forge/data-forge-ts/blob/master/issues)
2022

21-
<a
22-
href="https://github.com/sponsors/ashleydavis"
23-
target="_blank"
24-
>
25-
Sponsor my open-source work
26-
</a>
27-
and receive a free licence for
28-
<a
29-
href="https://www.data-forge-notebook.com/"
30-
target="_blank"
31-
>
32-
Data-Forge Notebook
33-
</a>.
34-
3523
**Please note** that this TypeScript repository replaces the [previous JavaScript version of Data-Forge](https://github.com/data-forge/data-forge-js).
3624

3725
## BREAKING CHANGES
@@ -181,20 +169,17 @@ Please reach and tell me what you are doing with Data-Forge or how you'd like to
181169

182170
You can help support my work in any of the following ways:
183171

184-
- Star this repository (and my other repos [here](https://github.com/data-forge), [here](https://github.com/grademark) and [here](https://github.com/data-forge-notebook)).
172+
- [Follow the developer on Twitter](https://twitter.com/ashleydavis75)
173+
- Star this repository (and my other repos [here](https://github.com/miniql), [here](https://github.com/data-forge), [here](https://github.com/grademark) and [here](https://github.com/data-forge-notebook)).
185174
- Share links to my work on Twitter and other social media.
186175
- [Sponsor me on GitHub](https://github.com/sponsors/ashleydavis).
187176
- Purchase [Data-Forge Notebook](https://www.data-forge-notebook.com/).
188-
- Purchase either of my books [Data Wrangling with JavaScript](http://bit.ly/2t2cJu2) or [Bootsrapping Microservices](http://bit.ly/2o0aDsP).
189-
190-
# Support the developer
177+
- Purchase either of my books [Data Wrangling with JavaScript](http://bit.ly/2t2cJu2) or [Bootstrapping Microservices](http://bit.ly/2o0aDsP).
191178

192-
Star this repo or [sponsor the developer on GitHub](https://github.com/sponsors/ashleydavis).
179+
<a target="_blank" href="https://www.data-forge-notebook.com/"><img src="images/support1.png"></a>
193180

194-
Here's some other ways you can support the developer...
181+
<a target="_blank" href="http://bit.ly/2o0aDsP"><img src="images/support3.png"></a>
195182

196-
<a class="support" target="_blank" href="http://bit.ly/2o0aDsP"><img src="images/support1.png"></a>
183+
<a target="_blank" href="http://bit.ly/2t2cJu2"><img src="images/support2.png"></a>
197184

198-
<a class="support" target="_blank" href="https://www.data-forge-notebook.com/"><img src="images/support2.png"></a>
199185

200-
<a class="support" target="_blank" href="http://bit.ly/2t2cJu2"><img src="images/support3.png"></a>

images/support1.png

-21.5 KB
Loading

images/support2.png

22.8 KB
Loading

images/support3.png

13.2 KB
Loading

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-forge",
3-
"version": "1.8.11",
3+
"version": "1.8.12",
44
"description": "JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.",
55
"module": "dist/esm/index.esm.js",
66
"main": "build/index.js",

0 commit comments

Comments
 (0)