1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-11 09:28:38 +00:00

fix a typo

This commit is contained in:
Serg 2018-04-14 13:04:56 +07:00 committed by GitHub
parent 78509fb84d
commit d6b0c0313b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,12 +133,12 @@ File for customize your preset for MTMR: `open ~/Library/Application Support/MTM
## Additional paramaters:
- `width` allow to easily restrict how much room a particular button will take
- `width` allow to restrict how much room a particular button will take
```json
"width": 34
```
- `align` can stick the time to the side. default is center
- `align` can stick the item to the side. default is center
```js
"align": "left" //or "right" or "center"
```