Skip to content

Commit 380dd33

Browse files
Update README to last version
1 parent 7a0bceb commit 380dd33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ Same for other hardware components as GPU or Disks.
9191

9292
### Use as a standalone application ###
9393

94-
First of all, download the JAR file containing all dependencies: https://github.com/profesorfalken/profesorfalken.github.io/raw/master/files/jSensors-2.1.1-jar-with-dependencies.jar
94+
First of all, download the JAR file containing all dependencies: https://github.com/profesorfalken/profesorfalken.github.io/raw/master/files/jSensors-2.2-jar-with-dependencies.jar
9595

9696
Execute jSensors and get all sensors data:
9797

9898
```
99-
java -jar jsensors-2.1.1-jar-with-dependencies.jar
99+
java -jar jsensors-2.2-jar-with-dependencies.jar
100100
```
101101

102102
This will generate a console output.
@@ -105,7 +105,7 @@ This will generate a console output.
105105
It is also possible to show a simple gui with all the sensors data:
106106

107107
```
108-
java -jar jsensors-2.1.1-jar-with-dependencies.jar --gui
108+
java -jar jsensors-2.2-jar-with-dependencies.jar --gui
109109
```
110110

111111
Result:

0 commit comments

Comments
 (0)