Skip to content

Commit 62cebaf

Browse files
committed
Update README.md
1 parent 03fdd6a commit 62cebaf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Another image made with a horizontal script.
2020

2121
<img src="https://cloud.githubusercontent.com/assets/15176203/10561743/5f59bb82-74fd-11e5-828c-dbe1dbb2c648.png" width="60%"/>
2222

23-
####Problem:
24-
The view port settings returned on seven lines with line continuation symbols from the command [`get_view()`](http://pymolwiki.org/index.php/Get_View) in [PyMOL](https://www.pymol.org/) are too hard to copy and paste onto the command line becuase the line breaks have to be removed. These settings are often changed many times during the editing of a new scene.
23+
###Problem:
24+
the view port settings returned on seven lines with line continuation symbols from the command [`get_view()`](http://pymolwiki.org/index.php/Get_View) in [PyMOL](https://www.pymol.org/) are too hard to copy and paste onto the command line becuase the line breaks have to be removed. These settings are often changed many times during the editing of a new scene.
2525

2626
```python
2727
PyMOL>get_view
@@ -37,7 +37,8 @@ set_view(\
3737
### cut above here and paste into script ###
3838
```
3939

40-
## *Solution*: The function `roundview()` in the script [`roundview.py`](.\roundview.py) which is available from this website.
40+
### Solution:
41+
The function `roundview()` in the script [`roundview.py`](.\roundview.py) which is available from this website.
4142

4243
```py
4344
PyMOL>roundview

0 commit comments

Comments
 (0)