You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ GraphBox provides a toolkit for graph manipulation, analysis, and generation, sp
11
11
12
12
## Overview
13
13
14
-
Graph-Box consolidates three previously separate BibGraph packages into a single, focused package:
14
+
GraphBox consolidates three previously separate BibGraph packages into a single, focused package:
15
15
16
16
-**graph-core**: Core graph interfaces and adapters
17
17
-**graph-expansion**: Graph expansion, traversal algorithms, and neighborhood exploration
@@ -20,7 +20,7 @@ Graph-Box consolidates three previously separate BibGraph packages into a single
20
20
## Installation
21
21
22
22
```bash
23
-
pnpm install graph-box
23
+
pnpm install graphbox
24
24
```
25
25
26
26
## Key Features
@@ -30,7 +30,7 @@ pnpm install graph-box
30
30
`GraphAdapter` provides a bridge between different graph implementations, allowing you to use generic algorithms with your specific graph data structures.
0 commit comments