Commit 14ed1d15bd344062047e7d73def69d568f4bb91f
fix typo in readme
Andre Staltz committed on 6/27/2018, 9:12:20 PMParent: e5ddc28fe060afb6aca444382f003022e1eac2f5
Files changed
package.json | changed |
readme.md | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "ssb-to-graphml", |
3 | - "version": "1.0.2", | |
3 … | + "version": "1.0.3", | |
4 | 4 … | "description": "Convert your SSB social graph to GraphML format", |
5 | 5 … | "main": "index.js", |
6 | 6 … | "repository": { |
7 | 7 … | "type": "git", |
@@ -21,5 +21,5 @@ | ||
21 | 21 … | "ssb-friends": "^2.4.0", |
22 | 22 … | "ssb-keys": "^7.0.16", |
23 | 23 … | "ssb-names": "^3.1.2" |
24 | 24 … | } |
25 | -} | |
25 … | +} |
readme.md | |||
---|---|---|---|
@@ -13,9 +13,9 @@ | |||
13 | 13 … | ## Usage | |
14 | 14 … | ||
15 | 15 … | ``` | |
16 | 16 … | npm install -g ssb-to-graphml | |
17 | -ssb-to-grapml > myssb.graphml | ||
17 … | +ssb-to-graphml > myssb.graphml | ||
18 | 18 … | ``` | |
19 | 19 … | ||
20 | 20 … | NOTE!: due to current bugs in Scuttlebot that force console.log to the stdout, the file output *may* contain non-XML output in the first lines. Delete those lines before attempting to use the graphml file. | |
21 | 21 … |
Built with git-ssb-web