Skip to content

Commit 9991b4f

Browse files
committed
Fixing type on instantiate
1 parent 9708a09 commit 9991b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/sigma.parsers.json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Plugin developed by [Alexis Jacomy](https://github.com/jacomyal).
55

66
---
77

8-
This plugin provides a single function, `sigma.parsers.json()`, that will load a JSON encoded file, parse it, eventually instanciate sigma and fill the graph with the `graph.read()` method. The main goal is to avoid using jQuery only to load an external JSON file.
8+
This plugin provides a single function, `sigma.parsers.json()`, that will load a JSON encoded file, parse it, eventually instantiate sigma and fill the graph with the `graph.read()` method. The main goal is to avoid using jQuery only to load an external JSON file.
99

1010
The most basic way to use this helper is to call it with a path and a sigma configuration object. It will then instanciate sigma, but after having added the graph into the config object.
1111

0 commit comments

Comments
 (0)