From 8ece41309fc6587f1c03457b21c2a5a1589e0646 Mon Sep 17 00:00:00 2001 From: allanaaa Date: Tue, 28 Jul 2020 17:13:13 -0400 Subject: [PATCH] More typos and formatting --- docs/docs/manual/starting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/manual/starting.md b/docs/docs/manual/starting.md index 06e7a6ffc..10304524e 100644 --- a/docs/docs/manual/starting.md +++ b/docs/docs/manual/starting.md @@ -50,11 +50,11 @@ If you supply two or more files for one project, the files’ rows will be loade |berries.csv||2|Blueberry|Canada| -For whichever method you choose, when you click "Next >>" you will be given a preview and a chance to configure the way OpenRefine interprets the file. +For whichever method you choose, when you click “Next >>” you will be given a preview and a chance to configure the way OpenRefine interprets the file. ### Get data from this computer -Click on "Browse…" and select a file on your hard drive. All files will be shown, not just compatible ones. +Click on “Browse…” and select a file on your hard drive. All files will be shown, not just compatible ones. If you import an archive file (something with the extension `.zip`, `.tar.gz`, `.tgz`, `.tar.bz2`, `.gz`, or `.bz2`), OpenRefine detects the files inside it, shows you a preview screen, and allows you to select which ones to load. This does not work with `.rar` files. @@ -76,7 +76,7 @@ This can also be useful if you would like to paste in a list of URLs, which you ### Database (SQL) -If you are an administrator or have SQL access to a database of information, you may want to pull the latest dataset directly from there. This could include an online catalogue, a content management system, or a digital repository or collection management system. You can also load a database (`.db`) file saved locally. You will need to use an [SQL query](https://www.w3schools.com/sql/) to import your intended data. +If you are an administrator or have SQL access to a database of information, you may want to pull the latest dataset directly from there. This could include an online catalogue, a content management system, or a digital repository or collection management system. You can also load a database (`.db`) file saved locally. You will need to use an [SQL query](https://www.w3schools.com/sql/) to import your intended data. There are some publicly-accessible databases you can query, such as [one provided by Rfam](https://docs.rfam.org/en/latest/database.html). The instructions provided by Rfam can help you understand how to connect to and query from any database.