Browse Source

Edit README.md

stephenjboyle 6 months ago
parent
commit
52bb69541b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -49,7 +49,7 @@ To download the input csv files used to generate the output files use:
 ```shell
 datalad get bulk_data
 ```
-These files have been generated from bulk csv files downloaded from the [eurostat](https://ec.europa.eu/eurostat/web/prodcom/database) website, which have been split into files for each country and for each  year (see [DEVELOPING.md](DEVELOPING.md).
+These files have been generated from bulk csv files downloaded from the [eurostat](https://ec.europa.eu/eurostat/web/prodcom/database) website, which have been split into files for each country and for each  year (see [DEVELOPING.md](DEVELOPING.md)).
 
 The `dodo.py` script can be used to preprocess the files in `raw_data` and convert the files in the `data` and `bulk_data` folders:
 
@@ -83,7 +83,7 @@ Individual files can be converted by running the `convert_data.py` script with a
 scripts/convert_data.py prodcom data/PRODCOM2016DATA.csv outputs/PRODCOM2016DATA.nt.gz
 ```
 
-For conversion of the example PRODCOM data files in folder ```raw_data``` the type `prodcom` should be specified. Types `prodcom_list` and `prodcom_correspondence` are also defined, along with `prodcom_bulk_sold` and `prodcom_bulk_total` (for processing bulk files in folder `bulk_data`.
+For conversion of the example PRODCOM data files in folder ```raw_data``` the type `prodcom` should be specified. Types `prodcom_list` and `prodcom_correspondence` are also defined, along with `prodcom_bulk_sold` and `prodcom_bulk_total` (for processing bulk files in folder `bulk_data`).