git ssb

1+

andrestaltz / ssb-to-graphml



Commit 14ed1d15bd344062047e7d73def69d568f4bb91f

fix typo in readme

Andre Staltz committed on 6/27/2018, 9:12:20 PM
Parent: e5ddc28fe060afb6aca444382f003022e1eac2f5

Files changed

package.jsonchanged
readme.mdchanged
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "ssb-to-graphml",
3- "version": "1.0.2",
3 + "version": "1.0.3",
44 "description": "Convert your SSB social graph to GraphML format",
55 "main": "index.js",
66 "repository": {
77 "type": "git",
@@ -21,5 +21,5 @@
2121 "ssb-friends": "^2.4.0",
2222 "ssb-keys": "^7.0.16",
2323 "ssb-names": "^3.1.2"
2424 }
25-}
25 +}
readme.mdView
@@ -13,9 +13,9 @@
1313 ## Usage
1414
1515 ```
1616 npm install -g ssb-to-graphml
17-ssb-to-grapml > myssb.graphml
17 +ssb-to-graphml > myssb.graphml
1818 ```
1919
2020 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.
2121

Built with git-ssb-web