Skip to content

Commit a560446

Browse files
committed
Minor docs tweaks
1 parent 5cbcf52 commit a560446

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

documentation/9-hooks.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ const response = await got('https://example.com', {
172172
});
173173
```
174174

175-
### `beforeRetry`
175+
#### `beforeRetry`
176176

177177
**Type: `BeforeRetryHook[]`**\
178178
**Default: `[]`**
@@ -209,7 +209,7 @@ await got('https://httpbin.org/status/500', {
209209
});
210210
```
211211

212-
### `afterResponse`
212+
#### `afterResponse`
213213

214214
**Type: `AfterResponseHook[]`**\
215215
**Default: `[]`**
@@ -264,7 +264,7 @@ const instance = got.extend({
264264
});
265265
```
266266

267-
### `beforeError`
267+
#### `beforeError`
268268

269269
**Type: `BeforeErrorHook[]`**\
270270
**Default: `[]`**

readme.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
</sup>
1313
</p>
1414
<br>
15-
<a href="https://moxy.studio">
16-
<img src="https://sindresorhus.com/assets/thanks/moxy-logo.svg" width="160">
17-
</a>
18-
<br>
19-
<br>
20-
<br>
2115
<a href="https://retool.com/?utm_campaign=sindresorhus">
2216
<img src="https://sindresorhus.com/assets/thanks/retool-logo.svg" width="210">
2317
</a>
@@ -35,7 +29,10 @@
3529
<br>
3630
<br>
3731
<a href="https://www.monito.com">
38-
<img src="https://sindresorhus.com/assets/thanks/monito-logo.svg" width="210">
32+
<div>
33+
<img src="https://sindresorhus.com/assets/thanks/monito-logo.svg" width="210">
34+
</div>
35+
<b>Find the cheapest way to send money abroad</b>
3936
</a>
4037
<br>
4138
<br>

0 commit comments

Comments
 (0)