Skip to content

Commit a274ec2

Browse files
committed
Minor formatting changes to README.
1 parent 5c93575 commit a274ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ The `geoheader` table is the glue that holds the ACS together. It contains names
7878

7979
* create_geoheader.sql
8080

81-
After running, tmp_geoheader may be TRUNCATEd or DROPped, so that when additional data is imported, parse_tmp_geoheader.sql does not attempt to create duplicate records (which will fail due to PRIMARY KEY violation).
81+
After running, `tmp_geoheader` may be TRUNCATEd or DROPped, so that when additional data is imported, parse_tmp_geoheader.sql does not attempt to create duplicate records (which will fail due to PRIMARY KEY violation).
8282

8383
### Create Table-based Data Store
8484

85-
These scripts create two tables for each sequence, one with estimates (named seqnnnn), and one with margins of error (named seqnnnn_moe). Column names are unique (margin of error tables have _moe at the end of column names) except for key fields so that the tables can be joined without conflict or confusion. These scripts must be run in this order.
85+
These scripts create two tables for each sequence, one with estimates (named `seqnnnn`), and one with margins of error (named `seqnnnn_moe`). Column names are unique (margin of error tables have `_moe` at the end of column names) except for key fields so that the tables can be joined without conflict or confusion. These scripts must be run in this order.
8686

8787
Parse_tmp_geoheader.sql may be run at any time. The other scripts must be run in order.
8888

0 commit comments

Comments
 (0)