Skip to content

Commit

Permalink
Improve Document clarity, fix typos, and enhance formatting (#1520)
Browse files Browse the repository at this point in the history
it fixes
1. Typo and corrected minor grammatical errors
2. Clarity of documentation and contributing guidelines
  • Loading branch information
Bitcex authored Jan 15, 2025
1 parent 70d6d7e commit 0203575
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the ne

## Setup

1. Ensure `nvm` is [installed](https://github.com/nvm-sh/nvm#install--update-script).
1. Ensure that `nvm` is [installed](https://github.com/nvm-sh/nvm#install--update-script).
2. Clone the repository.
3. If `nvm` doesn't auto-load the Node.js environment when changing to the repo directory, run `nvm use`.
4. Enable Yarn by running `corepack enable`.
Expand Down Expand Up @@ -71,7 +71,7 @@ yarn workspace @app/bridge dev

## Contributing

We welcome contributions to Base! To contribute, please see [CONTRIBUTING.md](CONTRIBUTING.md).
We welcome contributions to Base! For guidelines on how to contribute please refer to [CONTRIBUTING.md](CONTRIBUTING.md).

### Updating the Base Ecosystem Page

Expand All @@ -81,7 +81,7 @@ If you're a builder who wants to add or update your project on the [Base Ecosyst

2. Create a new branch for your changes.

3. Update the `web/apps/web/src/data/ecosystem.json` with your project information. All fields are required. Each entry should follow this format:
3. Update the `web/apps/web/src/data/ecosystem.json` with your project information. All fields are required. Each entry should follow the format below:

```json
{
Expand Down Expand Up @@ -120,7 +120,7 @@ By opening a PR to add your project, you authorize and license Coinbase on a non
- App has been live on Base for at least 30 days
- App has a Terms of Service and Privacy Policy
- App supports HTTPS and 301 redirects HTTP requests
- App is not a TGE, ICO, airdrop, claim, or similar
- App is not a TGE (Token Generation Event), ICO (Initial Coin Offering), airdrop, claim, or similar
- Landing page is a Base-specific page for users who will becoming from base.org
- Active development and community engagement can be observed without issue

Expand Down

0 comments on commit 0203575

Please sign in to comment.