Update README.md

github -> GitHub
Github -> GitHub
This commit is contained in:
Ikko Ashimine
2022-05-22 13:50:19 +09:00
committed by Curtis Spencer
parent 2c6fd74290
commit ce46a45e0d

View File

@@ -2,7 +2,7 @@
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-) [![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-)
🌲 Crypto Ecosystems is a taxonomy for sharing data around open source cryptocurrency, blockchain, 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. 🌲 Crypto Ecosystems is a taxonomy for sharing data around open source cryptocurrency, blockchain, 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 everyday.
@@ -20,13 +20,13 @@ title = "Bitcoin"
# These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory # These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory
sub_ecosystems = [ "Lightning", "RSK Smart Bitcoin", "ZeroNet"] sub_ecosystems = [ "Lightning", "RSK Smart Bitcoin", "ZeroNet"]
# Github Organizations # GitHub Organizations
# This is a list of links to associated 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 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"] /btcsuite", "https://github.com/libbitcoin", "https://github.com/rust-bitcoin"]
# Repositories # Repositories
# These are structs including a url and tags for a git repository. These URLS do not have to be on github. # These are structs including a url and tags for a git repository. These URLS do not have to be on GitHub.
[[repo]] [[repo]]
url = "https://github.com/bitcoin/bitcoin" url = "https://github.com/bitcoin/bitcoin"
tags = [ "Protocol"] tags = [ "Protocol"]