diff --git a/README.md b/README.md index 32719b07a23a7ee528c957046b46d4ca59724c5e..94303befc26bc40b8f4837b27ae4c62cbadf4cf6 100644 --- a/README.md +++ b/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** diff --git a/src/cli/chem-comp-bond/create-table.ts b/src/cli/chem-comp-dict/create-table.ts similarity index 100% rename from src/cli/chem-comp-bond/create-table.ts rename to src/cli/chem-comp-dict/create-table.ts