diff --git a/README.md b/README.md
index 5548aaa..54363c0 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,14 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t
### Hands on ###
+ * * * * * * * * * * * * * * * * * * * * * * * *
+ examples:
+ * * * * * * * * * * * * * * * * * * * * * * * *
+ http://jsfiddle.net/p55d7bk8/2/ <- random data example
+ http://jsfiddle.net/yqsb8mdc/2/ <- nrSplinePoints parameter
+ http://jsfiddle.net/jd9q53fw/2/ <- fit parameters
+ http://jsfiddle.net/n0600qo4/2/ <- legacy example
+
* * * * * * * * * * * * * * * * * * * * * * * *
how to use it:
* * * * * * * * * * * * * * * * * * * * * * * *
@@ -25,21 +33,8 @@ The old fit option has been replaced with monotonicFit, which if set, enforces t
... lines: { show: true},
curvedLines: {
apply: true,
- tension: 1
- } ...
- ```
- or
- ```
- ... points: { show: true},
- curvedLines: {
- apply: true,
- nrSplinePoints: 30,
- monotonicFit: true
} ...
```
- ....
-
-
* * * * * * * * * * * * * * * * * * * * * * * *
options:
* * * * * * * * * * * * * * * * * * * * * * * *