Skip to content

Commit 48d7c0e

Browse files
Update README.md
1 parent 028195f commit 48d7c0e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The following table provides an overview of the data that can be accessed in thi
4545

4646
## How to access and download data files
4747

48+
There are two methods that can be used to access and download the data files:
4849

4950
### Download directly from GitHub
5051

@@ -53,6 +54,8 @@ The following table provides an overview of the data that can be accessed in thi
5354

5455
2. Click the "Download" button located at the top right of the screen to download the raw data file (julia_package_names.csv) to your local machine. If prompted, choose a location to save the file.
5556

57+
<br />
58+
5659
### Using Julia to access data
5760

5861
1. Install the required packages:
@@ -61,7 +64,7 @@ The following table provides an overview of the data that can be accessed in thi
6164
using Pkg; Pkg.add(["HTTP", "CSV", "DataFrames"])
6265
```
6366

64-
2. Import the Required Modules:
67+
2. Import the required modules:
6568
```julia
6669
using HTTP, CSV, DataFrames
6770
```

0 commit comments

Comments
 (0)