Skip to content

Commit be21591

Browse files
fix: typo
1 parent a9bc004 commit be21591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph-exploration-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A tutorial how to interactively explore the Common Crawl webgraphs – or other
7070
```
7171
$> jshell --class-path $CC_WEBGRAPH/target/cc-webgraph-*-jar-with-dependencies.jar \
7272
-R-Dgraph=$GRAPH \
73-
$CC_WEBRAPH/src/script/webgraph_ranking/graph_explore_load_graph.jsh
73+
$CC_WEBGRAPH/src/script/webgraph_ranking/graph_explore_load_graph.jsh
7474
Loading graph cc-main-2024-feb-apr-may-domain
7575
2024-06-23 13:30:14:134 +0200 [main] INFO Graph - Loading graph cc-main-2024-feb-apr-may-domain.graph
7676
2024-06-23 13:30:14:340 +0200 [main] INFO Graph - Loading transpose of the graph cc-main-2024-feb-apr-may-domain-t.graph
@@ -127,7 +127,7 @@ We start again with launching the JShell and loading a webgraph:
127127
```
128128
$> jshell --class-path $CC_WEBGRAPH/target/cc-webgraph-*-jar-with-dependencies.jar \
129129
-R-Dgraph=$GRAPH \
130-
$CC_WEBRAPH/src/script/webgraph_ranking/graph_explore_load_graph.jsh
130+
$CC_WEBGRAPH/src/script/webgraph_ranking/graph_explore_load_graph.jsh
131131
jshell>
132132
```
133133

0 commit comments

Comments
 (0)