Skip to content

Commit 6b9dab7

Browse files
committed
readme
1 parent 2a146ba commit 6b9dab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Graph Database for Julia, built on top of [SQLite.jl](https://github.com/Julia
1515
using SQLiteGraph
1616

1717
db = DB()
18-
# SimpleGraphDB(":memory:") (0 nodes, 0 edges)
18+
# SQLiteGraph.DB(":memory:") (0 nodes, 0 edges)
1919
```
2020

2121
### Adding Nodes

0 commit comments

Comments
 (0)