Skip to content

Commit d3b816c

Browse files
committed
Clean README.md links
1 parent e368d79 commit d3b816c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[![image](https://user-images.githubusercontent.com/1616682/93912098-23060300-fcb8-11ea-823f-be8dfe9c24b9.png)](http://mauriciopoppe.github.io/function-plot/)
22

33
<p align="center">
4+
<a href="https://mauriciopoppe.github.io/function-plot/">
5+
<img src="https://img.shields.io/badge/homepage-red" alt="js-standard-style">
6+
</a>
47
<a href="https://npmjs.org/package/function-plot">
58
<img src="https://img.shields.io/npm/v/function-plot.svg?style=flat" alt="NPM">
69
</a>
@@ -19,12 +22,6 @@ utility: [y = x \* x](https://www.google.com/webhp?sourceid=chrome-instant&ion=1
1922
The library currently supports interactive line charts and scatterplots, whenever the graph scale is modified the function
2023
is evaluated again with the new bounds, result: infinite graphs!
2124

22-
[![Edit function-plot](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/muddy-cdn-ibl5x?fontsize=14&hidenavigation=1&theme=light)
23-
24-
[![image](https://user-images.githubusercontent.com/1616682/93041565-a9a84980-f601-11ea-900e-4e6809b5fa96.png)](https://observablehq.com/@mauriciopoppe/function-plot),
25-
26-
Thanks to [@liuyao12](https://github.com/liuyao12) for the initial version of the Observable notebook, you can check his own version here https://beta.observablehq.com/@liuyao12/function-plot
27-
2825
## Installation
2926

3027
```sh
@@ -49,10 +46,12 @@ functionPlot({
4946
})
5047
```
5148

49+
[Check all the examples in the homepage](https://mauriciopoppe.github.io/function-plot/)
50+
51+
5252
## Resources
5353

54-
- [All examples in the homepage](https://mauriciopoppe.github.io/function-plot/)
55-
- [API docs](https://mauriciopoppe.github.io/function-plot/docs/functions/default-1.html)
54+
- [API](https://mauriciopoppe.github.io/function-plot/docs/functions/default-1.html)
5655
- [Want to know how it works? Read the design docs](./design/)
5756
- [Render pipeline](./design/pipeline.md)
5857
- [Web workers](./design/web-workers.md)

0 commit comments

Comments
 (0)