Browse Source

rename chem_comp_bond to chem_comp_dict

JonStargaryen 4 years ago
parent
commit
3aa9ef7595
2 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md
  2. 0 0
      src/cli/chem-comp-dict/create-table.ts

+ 1 - 1
README.md

@@ -106,7 +106,7 @@ and navigate to `build/viewer`
 ### Other scripts
 **Create chem comp bond table**
 
-    node --max-old-space-size=4096 lib/commonjs/cli/chem-comp-bond/create-table.js build/data/ccb.bcif -b
+    node --max-old-space-size=4096 lib/commonjs/cli/chem-comp-dict/create-table.js build/data/ccb.bcif -b
 
 **Test model server**
 

+ 0 - 0
src/cli/chem-comp-bond/create-table.ts → src/cli/chem-comp-dict/create-table.ts