Skip to content

Commit

Permalink
Amending the NPM package names
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Feb 28, 2023
1 parent 5756213 commit dafcb93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Within this monorepo, you will be able to find 3 individual packages:
- [Contract-ethers](https://github.com/aragon/osx/tree/develop/packages/contracts-ethers): contains the connection between the ethers package and our contracts.

The contents of this repository are distributed via 3 different NPM packages:
- `@aragon/osx-contracts`: The source files, including the protocol contracts and interfaces
- `@aragon/osx`: The source files, including the protocol contracts and interfaces
- `@aragon/osx-artifacts`: The contracts bytecode and ABI to use the protocol or deploy it
- `@aragon/osx-ethers`: The TypeScript wrappers to use the protocol or deploy it

Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to the contracts powering the Aragon OSx Protocol!
yarn add @aragon/osx-artifacts

# import the source files to build on top
yarn add @aragon/osx-contracts
yarn add @aragon/osx
```

## Get Started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Aragon OSx makes it easy for you to write, maintain, and distribute your own plu

### Hello, World!

To use the Aragon OSx contracts inside your project, import them with `yarn add @aragon/osx-contracts` and start developing your own plugin implementation:
To use the Aragon OSx contracts inside your project, import them with `yarn add @aragon/osx` and start developing your own plugin implementation:

<details>
<summary><code>GreeterPlugin</code></summary>
Expand Down

0 comments on commit dafcb93

Please sign in to comment.