Skip to content

Commit e420da2

Browse files
committed
Update README.md
1 parent 6268e10 commit e420da2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ There are at least four different ways of loading the script into PyMOL:
117117
```py
118118
run roundview.py
119119
```
120-
Please note that the "run" command just loads the script into PyMOL. It does not execute it. Now the roundview() command is available by typing "roundview", and the on-line documentation is available by typing "help roundview".
120+
Please note that the `run` command just loads the script into PyMOL. It does not execute it. Now the "roundview()" command is available by typing `roundview`and the on-line documentation is available by typing "help roundview".
121121

122122
2. load [`roundview.py`](./roundview.py) with the plugin manager (see plugin pulldown) in PyMOL
123123

@@ -215,10 +215,10 @@ Do a `ls *.txt` to list the files in the working diretory. The file "firstscene.
215215

216216
### Exam2function.py
217217

218-
Defines aliases q1-q8 for questions 1-8 from exam 2 of the OUHSC Macromolecular Systems course. Each alias is
218+
Defines aliases `q1-q8` for questions 1-8 from exam 2 of the OUHSC Macromolecular Systems course. Each alias is
219219
is mapped to a number of commands.
220220

221-
Create ~/Scripts/PyMOLScripts and store the script in this subfolder.
221+
Create `~/Scripts/PyMOLScripts` and store the script in this subfolder.
222222

223223
Enter on the command line in PyMOL the following command:
224224

0 commit comments

Comments
 (0)