From ce46a45e0d8f43abb0a6bb303c10ae6cb5d94a3e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 22 May 2022 13:50:19 +0900 Subject: [PATCH] Update README.md github -> GitHub Github -> GitHub --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af9457f6..15c2173b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![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-) -🌲 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. @@ -20,13 +20,13 @@ title = "Bitcoin" # These are the titles of other ecosystems in different .toml files in the /data/ecosystems directory sub_ecosystems = [ "Lightning", "RSK Smart Bitcoin", "ZeroNet"] -# Github Organizations -# This is a list of links to associated github organizations. +# 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"] # 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]] url = "https://github.com/bitcoin/bitcoin" tags = [ "Protocol"]