Skip to content

Commit 00bbb83

Browse files
committed
Rename file to csv
1 parent 14432d6 commit 00bbb83

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

JavaScript/5-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const buildIndex = (ds, col) => {
1919

2020
// Usage
2121

22-
const dataset = getDataset('./cities.dat');
22+
const dataset = getDataset('./cities.csv');
2323
console.log(dataset);
2424

2525
const byName = buildIndex(dataset, 0);

0 commit comments

Comments
 (0)