Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #2

Merged
merged 1 commit into from May 11, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/index.html.md
Expand Up @@ -76,15 +76,15 @@ ncbi.search('genome', 'human')

Takes a database name and a query term. Returns the metadata.

For a list of NCBI database that can be used, see this [documentation's appendix](#bionode-ncbi-database)
For a list of NCBI database that can be used, see this [documentation's appendix](#bionode-ncbi-databases)

### Usage

`search <db> [term]`

Parameter | Default | Description
--------- | ------- | -----------
db | none | [One of these](#bionode-ncbi-database)
db | none | [One of these](#bionode-ncbi-databases)
term | none | Species, dataset ID, etc

```shell
Expand Down Expand Up @@ -154,7 +154,7 @@ Takes a database name and a query term. Returns the data.

Parameter | Default | Description
--------- | ------- | -----------
db | none | [One of these](#bionode-ncbi-database)
db | none | [One of these](#bionode-ncbi-databases)
term | none | Species, dataset ID, etc


Expand Down Expand Up @@ -184,7 +184,7 @@ var opts = {
ncbi.fetch(opts).on('data', console.log)
```

For some databases there are multiple return types. A default one will be chosen automatically, however it is possible to specify this via the rettype option. The NCBI website provides a list of databasese supported by efetch here: [http://www.ncbi.nlm.nih.gov/books/NBK25497/table/chapter2.T._entrez_unique_identifiers_ui/?report=objectonly] (http://www.ncbi.nlm.nih.gov/books/NBK25497/table/chapter2.T._entrez_unique_identifiers_ui/?report=objectonly)
For some databases there are multiple return types. A default one will be chosen automatically, however it is possible to specify this via the rettype option. The NCBI website provides a list of databasese supported by efetch here: [http://www.ncbi.nlm.nih.gov/books/NBK25497/table/chapter2.T._entrez_unique_identifiers_ui/?report=objectonly](http://www.ncbi.nlm.nih.gov/books/NBK25497/table/chapter2.T._entrez_unique_identifiers_ui/?report=objectonly)

## URLs

Expand Down