Skip to content

Commit 5ad5cca

Browse files
authored
Merge pull request #431 from refraction-ray/master
typo and md syntax
2 parents 1c7f2a1 + 61d2131 commit 5ad5cca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ curl -X GET \
170170
https://api.crossref.org/works \
171171
-H 'Authorization: Bearer yJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY3Jvc3NyZWYub3JnLyIsImF1ZXYZImVuaGFuY2VkY21zIiwianRpIjoiN0M5ODlFNTItMTFEQS00QkY3LUJCRUUtODFCMUM3QzE0OTZEIn0.NYe3-O066sce9R1fjMzNEvP88VqSEaYdBY622FDiG8Uq' \
172172
-H 'User-Agent: GroovyBib/1.1 (https://example.org/GroovyBib/; mailto:[email protected]) BasedOnFunkyLib/1.4'
173-
```
173+
```
174174

175175
Note that you can still be "polite" and identify yourself as well. And, of course, replace the fake token above with the real token.
176176

@@ -330,7 +330,7 @@ Parameters can be used to query, filter and control the results returned by the
330330
| `query` | query terms |
331331
| `filter={filter_name}:{value}`| filter results by specific fields |
332332
| `rows={#}` | results per per page |
333-
| `offset={#}` (mak 10k) | result offset (user `cursor` for larger `/works` result sets) |
333+
| `offset={#}` (max 10k) | result offset (user `cursor` for larger `/works` result sets) |
334334
| `sample={#}` (max 100) | return random N results |
335335
| `sort={#}` | sort results by a certain field |
336336
| `order={#}` | set the sort order to `asc` or `desc` |
@@ -664,13 +664,13 @@ http://api.crossref.org/v1/works?facet=license:*&filter=member:78&rows=0
664664
https://api.crossref.org/works?facet=license:*&filter=issn:2090-8091
665665
```
666666

667-
**All works with an award numbered roughly `1 F31 MH11745` also awarded by funder with ID `10.13039/100000025`:
667+
**All works with an award numbered roughly `1 F31 MH11745` also awarded by funder with ID `10.13039/100000025`**
668668

669669
```
670670
https://api.crossref.org/works?filter=award.number:1F31MH11745,award.funder:10.13039/100000025
671671
```
672672

673-
** The number of DOIs that have references AND where references are `open` faceted by publisher name **
673+
**The number of DOIs that have references AND where references are `open` faceted by publisher name**
674674

675675
```
676676
http://api.crossref.org/v1.0/works?filter=has-references:true,reference-visibility:open&facet=publisher-name:*&rows=0

0 commit comments

Comments
 (0)