Skip to content

Commit c94eaf4

Browse files
committed
Polish README
1 parent c3e73e6 commit c94eaf4

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ databases <- tibble::tribble(
7676
"[ChEMBL](https://www.ebi.ac.uk/chembl/)", "✅", "✅",
7777
"[Chemical Identifier Resolver (CIR)](https://cactus.nci.nih.gov/chemical/structure)", "✅", "❌",
7878
"[Chemical Translation Service (CTS)](http://cts.fiehnlab.ucdavis.edu/)", "✅", "❌",
79-
"[ChemSpider](https://www.chemspider.com/)\n(requires an [API token](https://developer.rsc.org/))", "✅", "❌",
79+
"[ChemSpider](https://www.chemspider.com/) (requires an [API token](https://developer.rsc.org/))", "✅", "❌",
8080
"[ETOX](http://webetox.uba.de/webETOX/index.do)", "✅", "❌",
8181
"[Flavornet](http://www.flavornet.org)", "✅", "❌",
8282
"[FooDB](https://foodb.ca/)", "❌", "✅",
@@ -92,7 +92,7 @@ knitr::kable(databases)
9292

9393
#### Offline access
9494

95-
For databases that support it (marked ✅ in the Offline column), `webchem` can download the database locally and then query it without an internet connection. Offline queries are faster, work without a network connection, and return the same results every time, making your analyses more reproducible.
95+
For databases that support it (marked ✅ in the Offline column), `webchem` can download the database and then query it locally. Offline queries are faster, work without an internet connection, and return the same results every time, making your analyses more reproducible.
9696

9797
#### API keys
9898

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ documentation
4444
| [ChEMBL](https://www.ebi.ac.uk/chembl/) |||
4545
| [Chemical Identifier Resolver (CIR)](https://cactus.nci.nih.gov/chemical/structure) |||
4646
| [Chemical Translation Service (CTS)](http://cts.fiehnlab.ucdavis.edu/) |||
47-
| [ChemSpider](https://www.chemspider.com/) | | |
48-
| (requires an [API token](https://developer.rsc.org/)) |||
47+
| [ChemSpider](https://www.chemspider.com/) (requires an [API token](https://developer.rsc.org/)) |||
4948
| [ETOX](http://webetox.uba.de/webETOX/index.do) |||
5049
| [Flavornet](http://www.flavornet.org) |||
5150
| [FooDB](https://foodb.ca/) |||
@@ -58,10 +57,9 @@ documentation
5857
#### Offline access
5958

6059
For databases that support it (marked ✅ in the Offline column),
61-
`webchem` can download the database locally and then query it without an
62-
internet connection. Offline queries are faster, work without a network
63-
connection, and return the same results every time, making your analyses
64-
more reproducible.
60+
`webchem` can download the database and then query it locally. Offline
61+
queries are faster, work without an internet connection, and return the
62+
same results every time, making your analyses more reproducible.
6563

6664
#### API keys
6765

0 commit comments

Comments
 (0)