Skip to content

Commit d2f47c6

Browse files
authored
Update README.md
1 parent 89f3201 commit d2f47c6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@ add DistributedFactorGraphs
2121
```
2222

2323
# Usage
24-
DistributedFactorGraphs (DFG) currently supports two implementations:
25-
* An in-memory factor graphs based on Graphs.jl and LightGraphs.jl
26-
* A Neo4j-based factor graph based on Neo4j.jl
2724

28-
The in-memory implementation is the default. The Neo4j driver can be enabled by importing Neo4j before DFG:
25+
The in-memory implementation is the default, using LightGraphs.jl.
2926

3027
```julia
31-
# To enable the Neo4j driver, import Neo4j.jl first
32-
using Neo4j
3328
using DistributedFactorGraphs
3429
```
3530

0 commit comments

Comments
 (0)