소스 검색

add command to README.md

McMenemy 4 년 전
부모
커밋
518621a1bd
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      README.md
  2. 1 1
      package-lock.json

+ 2 - 1
README.md

@@ -101,7 +101,8 @@ and navigate to `build/viewer`
 
 **Ion names**
 
-    node --max-old-space-size=4096 lib/commonjs/cli/chem-comp-dict/create-table.js build/data/ccb.bcif -ino src/mol-model/structure/model/types/ions.ts
+    node --max-old-space-size=4096 lib/commonjs/cli/chem-comp-dict/create-ions.js src/mol-model/structure/model/types/ions.ts
+
 
 **GraphQL schemas**
 

+ 1 - 1
package-lock.json

@@ -15084,4 +15084,4 @@
       }
     }
   }
-}
+}