Skip to content

Commit e1ef251

Browse files
committed
Correct readme
1 parent 37a2ed7 commit e1ef251

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If this app is called with `/get` or `/set`, it will return
111111

112112
'B' at the end indicates brightness. In addition, '*' is added in the case of a selected monitor.
113113

114-
If this app is call with `/get contrast` or `/set contrast`, it will return
114+
If this app is called with `/get contrast` or `/set contrast`, it will return
115115

116116
```
117117
[Device Instance ID] [Monitor name] [Contrast] C
@@ -123,7 +123,7 @@ The device instance ID is an unique identifier given by the OS to each monitor.
123123

124124
The brightness or contrast ranges from 0 to 100%. When you use `/set` option, it can be specified with the number itself (e.g. 20), increase (e.g. +10) or decrease (e.g. -10).
125125

126-
The options can be executed consecutively (e.g. `monitorian /get 20 /get contrast 20`).
126+
The options can be executed consecutively (e.g. `monitorian /set 20 /set contrast 40`).
127127

128128
You can call this app by its name `Monitorian` in command prompt or bat file. From Task Scheduler, it can be performed by the path to its alias `%LOCALAPPDATA%\Microsoft\WindowsApps\Monitorian.exe`. For example, to increase brightness of all monitors by 30%, the Action will be the following:
129129

@@ -180,7 +180,7 @@ In any case, reporting on the controllability of a monitor MUST include probe.lo
180180
### Command-line arguments
181181

182182
- As part of testing, you can store persistent arguments in `Command-line arguments` in the hidden menu. They will be tested along with current arguments when this app starts.
183-
- For example, if you want to fix this app's language to English (default), set `/lang en` in this box.
183+
- For example, if you want this app to always use English language (default), set `/lang en` in this box.
184184

185185
### Exceptions
186186

0 commit comments

Comments
 (0)