We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c515c94 commit 18b99d8Copy full SHA for 18b99d8
1 file changed
README.md
@@ -4,6 +4,12 @@ This library documents the definitive comprehensive typings of [the Scryfall API
4
5
This library uses [semver] for versioning. These versions only describe this library, not the Scryfall API as a whole.
6
7
+## Installation
8
+
9
+```bash
10
+npm install @scryfall/api-types
11
+```
12
13
## Examples
14
15
### Fetching a card
@@ -61,7 +67,6 @@ if ("card_faces" in anyCard) {
61
67
} else {
62
68
const sfc: ScryfallCard.AnySingleFaced = anyCard;
63
69
}
64
-
65
70
```
66
71
72
## Usage
0 commit comments