Explorar el Código

add command to README.md

McMenemy hace 4 años
padre
commit
518621a1bd
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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 @@
       }
     }
   }
-}
+}