Skip to content

Commit 51a4069

Browse files
committed
Correct readme
1 parent 37a2ed7 commit 51a4069

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ You can use command-line options to get/set the brightness or contrast.
101101
| Set brightness of a specified monitor. | /set [Device Instance ID] [Brightness] |
102102
| Set brightness of all monitors. | /set all [Brightness] |
103103

104+
The device instance ID is an unique identifier given by the OS to each monitor. It must be enclosed in quotes.
105+
104106
You can switch to contrast by inserting `contrast` after `/get` or `/set` (e.g. `/get contrast all`).
105107

106108
If this app is called with `/get` or `/set`, it will return
@@ -109,21 +111,19 @@ If this app is called with `/get` or `/set`, it will return
109111
[Device Instance ID] [Monitor name] [Brightness] B
110112
```
111113

112-
'B' at the end indicates brightness. In addition, '*' is added in the case of a selected monitor.
114+
'B' at the end indicates brightness. In addition, '*' will be added in the case of a selected monitor.
113115

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

116118
```
117119
[Device Instance ID] [Monitor name] [Contrast] C
118120
```
119121

120122
'C' at the end indicates contrast. If contrast is not supported by a monitor, '-' will be shown instead.
121123

122-
The device instance ID is an unique identifier given by the OS to each monitor. It must be enclosed in quotes.
123-
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)