Skip to content

Commit e06a361

Browse files
authored
Update README.md
1 parent 81bfc03 commit e06a361

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a collection of NXOpen Python tutorials
66

77
### First steps:
88

9-
In order to start with NX Python programing you need to prepare your NX settings. First step is to find the `Developer` tab at the top NX ribbon:
9+
To start with NX Python programming, you need to prepare your NX settings. The first step is to find the `Developer` tab at the top NX ribbon:
1010

1111

1212

@@ -17,9 +17,9 @@ In order to start with NX Python programing you need to prepare your NX settings
1717
</center>
1818
</pre>
1919

20-
if the tab does not exists already, right click on the top ribbon and find the `Developer` tab and activate it.
20+
if the tab does not exists already, right-click on the top ribbon and find the `Developer` tab and activate it.
2121

22-
One great way to develop or learn NX Python programing is to record macros while using the GUI. By default NX saves macros in Visual Basic. To change that to Python, you need to go to `File > Preferences > User Interface`:
22+
One great way to develop or learn NX Python programming is to record macros while using the GUI. By default, NX saves macros in Visual Basic. To change that to Python, you need to go to `File > Preferences > User Interface`:
2323

2424
<pre>
2525
<center>
@@ -42,7 +42,7 @@ or press "<kbd>Ctrl</kbd> + 2" keyboard shortcut. Then in the `User Interface Pr
4242

4343
### Hello world!
4444

45-
Let's start with a very simple "Hello World!" example where a Message windows will show a text message (i.e., `string`).
45+
Let's start with a very simple "Hello World!" example where a Message window will show a text message (i.e., `string`).
4646

4747
```Python
4848
#ex0001.py
@@ -86,7 +86,7 @@ The result will be as the picture below:
8686

8787

8888

89-
The message box window is good for alerting the using of specific issues, however the texts are not searchable or selectable. Alternatively, we could use:
89+
The message box window is good for alerting users of specific issues. However, the texts are not searchable or selectable. Alternatively, we could use:
9090

9191

9292
```Python

0 commit comments

Comments
 (0)