From 3c689d3602acbc67cf6b9f754d7f2561cb132b66 Mon Sep 17 00:00:00 2001 From: Zane Selvans Date: Mon, 17 Feb 2020 11:59:15 -0600 Subject: [PATCH] Fix list formatting in README file. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 13fddda0c8..50fc632be2 100644 --- a/README.rst +++ b/README.rst @@ -94,6 +94,7 @@ downloads, processes, and outputs. Run ``pudl_setup --help`` and ``pudl_data Now that we have some raw data, we can run the PUDL ETL (Extract, Transform, Load) pipeline to clean it up and integrate it together. There are several steps: + * Cloning the FERC Form 1 database into SQLite * Extracting data from that database and other sources and cleaning it up * Outputting the clean data into CSV/JSON based data packages, and finally