Skip to content

Commit 00f38eb

Browse files
authored
Update README.md
1 parent e4257ee commit 00f38eb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ The following simulations are available:
5757
# Scripting
5858
From version 1.2.0 Open ModSim supports scripting. Qt runtime implements the [ECMAScript Language Specification](http://www.ecma-international.org/publications/standards/Ecma-262.htm) standard, so Javascript is used to write code.
5959

60-
![image](https://github.com/user-attachments/assets/5b448fcd-1ca7-4cfc-af0f-175fbb660f80)
61-
60+
<img width="1292" height="759" alt="image" src="https://github.com/user-attachments/assets/f31100b1-6197-444b-9b1e-f39f71a667d5" />
6261

6362
Scripts can be launched in two modes: Once or Periodically. If you run script in Once mode the script will stop after it finishes executing. In Periodically mode, the script will start after a certain period of time until the user stops it or the method is called
6463
```javascript
@@ -141,8 +140,8 @@ Below are the methods for installing the OpenModSim for different OS
141140
## Microsoft Windows
142141
Run the installer:
143142

144-
- For 32-bit Windows: `qt5-omodsim_1.9.1-1_x86.exe`
145-
- For 64-bit Windows: `qt5-omodsim_1.9.1-1_amd64.exe` or `qt6-omodsim_1.9.1-1_amd64.exe`
143+
- For 32-bit Windows: `qt5-omodsim_1.9.1_x86.exe`
144+
- For 64-bit Windows: `qt5-omodsim_1.9.1_x64.exe` or `qt6-omodsim_1.9.1_x64.exe`
146145

147146
## Debian/Ubintu/Mint/Astra Linux
148147
### Install

0 commit comments

Comments
 (0)