Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Nov 6, 2023
1 parent 1efd9f7 commit 96f11db
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Quantum is part of the [DNA](https://github.com/chialab/dna) project, which aims

## Install

Quantum ~~is~~ will be published to the NPM registry
Quantum is published to the NPM registry

::: code-group

Expand All @@ -26,22 +26,4 @@ pnpm add @chialab/quantum

:::

or from Github source

::: code-group

```bash [npm]
npm install github:chialab/quantum
```

```bash [yarn]
yarn add github:chialab/quantum
```

```bash [pnpm]
pnpm add github:chialab/quantum
```

:::

Quantum is distributed as an ES module and can be used without bundler nor transpiler in any modern environment supporting [ES Modules](https://caniuse.com/es6-module).

0 comments on commit 96f11db

Please sign in to comment.