We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e40f5e commit bf933beCopy full SHA for bf933be
1 file changed
structure/alignment.md
@@ -218,14 +218,14 @@ AFPChain afpChain = algorithm.align(ca1,ca2);
218
System.out.println(afpChain.toCE(ca1,ca2));
219
```
220
221
-To display the alignment using jMol, use:
+To display the alignment using Jmol, use:
222
223
```java
224
GuiWrapper.display(afpChain, ca1, ca2);
225
// Or StructureAlignmentDisplay.display(afpChain, ca1, ca2);
226
227
228
-Note that these require that you include the structure-gui package and the jMol
+Note that these require that you include the structure-gui package and the Jmol
229
binary in the classpath at runtime.
230
231
## Command-line tools
0 commit comments