Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Rename examples #1096

Merged
merged 6 commits into from
Jul 16, 2019
Merged

Rename examples #1096

merged 6 commits into from
Jul 16, 2019

Conversation

spalladino
Copy link
Contributor

No description provided.

Copy link
Contributor

@jbcarpanelli jbcarpanelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tackling this @spalladino 🚀! Left a couple of comments down below.

examples/cli-create2/README.md Outdated Show resolved Hide resolved
examples/cli-create2/README.md Outdated Show resolved Hide resolved
@@ -7,7 +7,7 @@
"scripts": {
"test": "scripts/test.sh"
},
"author": "santiago@zeppelin.solutions",
"author": "santiago@openzeppelin.com",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌠

examples/creating-instances-from-solidity/README.md Outdated Show resolved Hide resolved
examples/creating-instances-from-solidity/index.js Outdated Show resolved Hide resolved
examples/lib-simple/README.md Outdated Show resolved Hide resolved
This is a sample ZeppelinOS project that runs `zos` from truffle migrations, using the CLI javascript interface.
This allows any project that currently relies on truffle migrations to switch over to `zos`, thus deploying
upgradeable instances instead of regular ones. Also, by using the CLI interface, `zos` keeps track of all deployed
This is a sample OpenZeppelin SDK project that runs `openzeppelin` from truffle migrations, using the CLI javascript interface.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This is a sample OpenZeppelin SDK project that runs `openzeppelin` from truffle migrations, using the CLI javascript interface.
This is a sample of an OpenZeppelin SDK project that runs `openzeppelin` from truffle migrations, using the CLI javascript interface.

Not sure though, feel free to dismiss the comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think both of them work: we are using OZ SDK both as a noun and as an adjective

This allows any project that currently relies on truffle migrations to switch over to `zos`, thus deploying
upgradeable instances instead of regular ones. Also, by using the CLI interface, `zos` keeps track of all deployed
This is a sample OpenZeppelin SDK project that runs `openzeppelin` from truffle migrations, using the CLI javascript interface.
This allows any project that currently relies on truffle migrations to switch over to `openzeppelin`, thus deploying
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This allows any project that currently relies on truffle migrations to switch over to `openzeppelin`, thus deploying
This allows any project that currently relies on truffle migrations to switch over to the`openzeppelin sdk`, thus deploying

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm using openzeppelin to refer to the command-line tool, and OZ SDK (without backticks) to the full suite

upgradeable instances instead of regular ones. Also, by using the CLI interface, `zos` keeps track of all deployed
This is a sample OpenZeppelin SDK project that runs `openzeppelin` from truffle migrations, using the CLI javascript interface.
This allows any project that currently relies on truffle migrations to switch over to `openzeppelin`, thus deploying
upgradeable instances instead of regular ones. Also, by using the CLI interface, `openzeppelin` keeps track of all deployed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
upgradeable instances instead of regular ones. Also, by using the CLI interface, `openzeppelin` keeps track of all deployed
upgradeable instances instead of regular ones. Also, by using the CLI interface, the `openzeppelin sdk` keeps track of all deployed

examples/truffle-migrate/README.md Outdated Show resolved Hide resolved
Co-Authored-By: Juan Bautista Carpanelli <juanbanelli@gmail.com>
@spalladino
Copy link
Contributor Author

Damn good review @jcarpanelli, thanks! I just applied most of the suggestions, re-review whenever you want!

Copy link
Contributor

@jbcarpanelli jbcarpanelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jbcarpanelli jbcarpanelli merged commit cbc9452 into master Jul 16, 2019
@mergify mergify bot deleted the rename/examples branch July 16, 2019 18:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants