From 600e64e66a1d177a60f97a14f5e6571802a997c7 Mon Sep 17 00:00:00 2001 From: Soulcollector <63009461+SoulcoIIector@users.noreply.github.com> Date: Tue, 24 Dec 2024 02:31:48 +0300 Subject: [PATCH] Typo README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 999fd169cb..64fb8c1750 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 🌲 Crypto Ecosystems is a taxonomy for sharing data around open source blockchain, Web3, cryptocurrency, and decentralized ecosystems and tying them to GitHub organizations and code repositories. All of the ecosystems are specified in [TOML](https://github.com/toml-lang/toml) configuration files. -This repository is not complete, and hopefully it never is as there are new ecosystems and repositories created everyday. +This repository is not complete, and hopefully it never is as there are new ecosystems and repositories created every day. ## How to Contribute @@ -33,8 +33,7 @@ sub_ecosystems = [ "Lightning", "RSK Smart Bitcoin", "ZeroNet"] # GitHub Organizations # This is a list of links to associated GitHub organizations. -github_organizations = ["https://github.com/bitcoin", "https://github.com/bitcoin-core", "https://github.com/bitcoinj", "https://github.com -/btcsuite", "https://github.com/libbitcoin", "https://github.com/rust-bitcoin"] +github_organizations = ["https://github.com/bitcoin", "https://github.com/bitcoin-core", "https://github.com/bitcoinj", "https://github.com/btcsuite", "https://github.com/libbitcoin", "https://github.com/rust-bitcoin"] # Repositories # These are structs including a url and tags for a git repository. These URLs do not necessarily have to be on GitHub. @@ -175,7 +174,7 @@ github_organizations = ["https://github.com/EasyA-Community-Wallet"] If you prefer videos, you can also see the above steps done live [here](https://www.loom.com/share/f23aab8c675940a9998b228ea1e179b7). -If you've been following along closely, you'll have noticed that the steps after adding the sub-ecosystem to the parent ecosystem are exactly the same a Option 1 (adding a totally new ecosystem that has no parents). That's because this taxonomy is based on ancestry. Any sub-ecosystem is basically just an ecosystem in its own right (it's not like a sub-ecosystem is any less valuable). The ecosystem and sub-ecosystem dichotomy is merely there so we can see the relationship between different ecosystems. You can keep adding sub-ecoystems to sub-ecosystems ad infinitum (forever). +If you've been following along closely, you'll have noticed that the steps after adding the sub-ecosystem to the parent ecosystem are exactly the same a Option 1 (adding a totally new ecosystem that has no parents). That's because this taxonomy is based on ancestry. Any sub-ecosystem is basically just an ecosystem in its own right (it's not like a sub-ecosystem is any less valuable). The ecosystem and sub-ecosystem dichotomy is merely there so we can see the relationship between different ecosystems. You can keep adding sub-ecosystems to sub-ecosystems ad infinitum (forever). ### Option 3: Adding a new repo or organization