Skip to content

Commit 3e46ef8

Browse files
committed
README formatting
1 parent 26f22f2 commit 3e46ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@ To get a complete list of the arguments, pass `--help` to the JAR file:
127127
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar -- --format csv --param-file params.ini
128128
```
129129

130-
* Generating `CsvBasic` files in Interactive mode:
130+
* Generating `CsvBasic` files in **Interactive mode**:
131131

132132
```bash
133133
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar -- --format csv --scale-factor 0.003 --explode-edges --explode-attrs --mode interactive
134134
```
135135

136-
* Generating `CsvCompositeMergeForeign` files in BI mode resulting in compressed `.csv.gz` files:
136+
* Generating `CsvCompositeMergeForeign` files in **BI mode** resulting in compressed `.csv.gz` files:
137137

138138
```bash
139139
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar -- --format csv --scale-factor 0.003 --mode bi --format-options compression=gzip
140140
```
141141

142-
* Generating CSVs in `Raw` mode:
142+
* Generating CSVs in **raw mode**:
143143

144144
```bash
145145
./tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar -- --format csv --scale-factor 0.003 --mode raw --output-dir sf0.003-raw

0 commit comments

Comments
 (0)