Skip to content

Commit bf933be

Browse files
committed
Fixing Jmol capitalization
1 parent 4e40f5e commit bf933be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

structure/alignment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,14 @@ AFPChain afpChain = algorithm.align(ca1,ca2);
218218
System.out.println(afpChain.toCE(ca1,ca2));
219219
```
220220

221-
To display the alignment using jMol, use:
221+
To display the alignment using Jmol, use:
222222

223223
```java
224224
GuiWrapper.display(afpChain, ca1, ca2);
225225
// Or StructureAlignmentDisplay.display(afpChain, ca1, ca2);
226226
```
227227

228-
Note that these require that you include the structure-gui package and the jMol
228+
Note that these require that you include the structure-gui package and the Jmol
229229
binary in the classpath at runtime.
230230

231231
## Command-line tools

0 commit comments

Comments
 (0)