Fix yaml example
This commit is contained in:
parent
4b4f778490
commit
f16d54fd53
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ For example for YAML:
|
||||||
var jokes = getRawJokes(format = Format.YAML, idRange = IdRange(22))
|
var jokes = getRawJokes(format = Format.YAML, idRange = IdRange(22))
|
||||||
println(jokes.data)
|
println(jokes.data)
|
||||||
```
|
```
|
||||||
```
|
|
||||||
```yaml
|
```yaml
|
||||||
error: false
|
error: false
|
||||||
category: "Programming"
|
category: "Programming"
|
||||||
|
@ -143,8 +143,8 @@ flags:
|
||||||
id: 22
|
id: 22
|
||||||
safe: true
|
safe: true
|
||||||
lang: "en"
|
lang: "en"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- View more [examples](https://github.com/ethauvin/jokeapi/blob/master/src/test/kotlin/net/thauvin/erik/jokeapi/GetRawJokesTest.kt#L46)...
|
- View more [examples](https://github.com/ethauvin/jokeapi/blob/master/src/test/kotlin/net/thauvin/erik/jokeapi/GetRawJokesTest.kt#L46)...
|
||||||
|
|
||||||
## Extending
|
## Extending
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue