Skip to content

Commit

Permalink
#97 publish Ketcher to NPM (#115)
Browse files Browse the repository at this point in the history
- update webpack.config.js
- update index.html
- update README.md
  • Loading branch information
AndreiMazol committed Nov 26, 2020
1 parent ef0b09b commit 1056e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Ketcher is an open-source web-based chemical structure editor incorporating high
Ketcher library is available as an [NPM](https://www.npmjs.com/) package. Install it either with NPM:

```sh
npm install --save miew
npm install --save ketcher-react
```

or [Yarn](https://yarnpkg.com/):

```sh
yarn add miew
yarn add ketcher-react
```

## Usage
Expand Down

0 comments on commit 1056e9f

Please sign in to comment.