Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix minor typos and grammatical issues in documentation #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ developers can use a single command-line interface for the entire development an

Its primary purpose is to solve several key challenges:

1. **Infrastructure Management:** Weave can handles all critical infrastructure components within the Interwoven Rollup ecosystem:
1. **Infrastructure Management:** Weave can handle all critical infrastructure components within the Interwoven Rollup ecosystem:
- Initia node setup and management (including state sync and chain upgrade management)
- Rollup deployment and configuration
- OPinit bots setup for the Optimistic bridge
- IBC Relayer setup between Initia L1 and your Rollup
2. **Built for both local development and production deployments:** Weave provides
- Interactive guided setup for step-by-step configuration and
- Configuration file support for automated deployments
3. **Developer Experience:** Not only it consolidates multiple complex operations into a single CLI tool, but it also changes how you interact with the tool to setup your configuration.
3. **Developer Experience:** Not only does it consolidate multiple complex operations into a single CLI tool, but it also changes how you interact with the tool to set up your configuration.

## Prerequisites

Expand Down Expand Up @@ -49,7 +49,7 @@ brew install initia-labs/tap/weave

Install _Weave_ by downloading the appropriate binary for your architecture using `wget`:

**For x86_86 (amd64)**
**For x86_64 (amd64)**

```bash
VERSION=$(curl -s https://api.github.com/repos/initia-labs/weave/releases/latest | grep '"tag_name":' | cut -d'"' -f4 | cut -c 2-)
Expand Down Expand Up @@ -101,7 +101,7 @@ To get started with Weave, run
weave init
```

It will ask you to setup the [Gas Station](/docs/gas_station.md) account and ask which infrastructure you want to setup.
It will ask you to set up the [Gas Station](/docs/gas_station.md) account and ask which infrastructure you want to setup.
After that, Weave will guide you through the setup process step-by-step.

## Usage
Expand Down