Skip to content

Commit 27a10cf

Browse files
committed
Fixes to documentation.
1 parent bb38ade commit 27a10cf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ To see examples of API usage please see my blog posts:
7070
- http://www.the-data-wrangler.com/introducing-data-forge-plot/
7171
- http://www.the-data-wrangler.com/data-forge-plot-update/
7272
- http://www.the-data-wrangler.com/data-forge-plot-update2/
73+
- http://www.the-data-wrangler.com/data-forge-plot-update3/
7374

7475
There's also a first example of DFP here (JavaScript):
7576

7677
https://github.com/data-forge/data-forge-plot-first-example
7778

78-
There's a bunch of TypeScript examples in DFP's GitHub repo:
79+
And a bunch of examples in this repo:
7980

80-
https://github.com/data-forge/data-forge-plot/tree/master/examples/
81+
https://github.com/data-forge/data-forge-plot-examples

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-forge-plot",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Plotting API for use with Data-Forge.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)