Skip to content

Commit 8a91569

Browse files
committed
fix: readme
1 parent 0336536 commit 8a91569

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ default: N/A
211211
> Necessary only for paybutton client to interact with sideshift through the server.
212212
213213
#### proSettings
214-
"": {
215214
```
216215
type: {
217216
enabled: boolean,
@@ -272,30 +271,30 @@ default: "ecash:qrf4zh4vgrdal8d8gu905d90w5u2y60djcd2d5h6un"
272271
##### proSettings.standardDailyEmailLimit
273272
```
274273
type: number | "Inf"
275-
default: true
274+
default: 5
276275
```
277276
> How many emails can a standard user send daily.
278277
279278
##### proSettings.proDailyEmailLimit
280279
```
281280
type: number | "Inf"
282-
default: true
281+
default: 20
283282
```
284283
> How many emails can a PayButton Pro user send daily.
285284
286285
##### proSettings.standardAddressesPerButtonLimit
287286
```
288287
type: number | "Inf"
289-
default: true
288+
default: 5
290289
```
291290
> How many addresses can a standard Pro user add for a single button.
292291
293292
##### proSettings.proAddressesPerButtonLimit
294293
```
295294
type: number | "Inf"
296-
default: true
295+
default: "Inf"
297296
```
298-
> How many addresses can a PayButton Pro user add for a single button
297+
> How many addresses can a PayButton Pro user add for a single button.
299298
300299
---
301300

0 commit comments

Comments
 (0)