Skip to content

Commit 982a2d7

Browse files
committed
docs(README): add gitter link; minor grammar fix
1 parent 5486b55 commit 982a2d7

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@
1515
<a href="https://gitter.im/tronprotocol/allcoredev">
1616
<img src="https://camo.githubusercontent.com/da2edb525cde1455a622c58c0effc3a90b9a181c/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667">
1717
</a>
18-
18+
1919
<a href="https://travis-ci.org/tronprotocol/java-tron">
2020
<img src="https://travis-ci.org/tronprotocol/java-tron.svg?branch=develop">
2121
</a>
22-
22+
2323
<a href="https://codecov.io/gh/tronprotocol/java-tron">
2424
<img src="https://codecov.io/gh/tronprotocol/java-tron/branch/develop/graph/badge.svg" />
2525
</a>
26-
26+
2727
<a href="https://github.com/tronprotocol/java-tron/issues">
2828
<img src="https://img.shields.io/github/issues/tronprotocol/java-tron.svg">
2929
</a>
30-
30+
3131
<a href="https://github.com/tronprotocol/java-tron/pulls">
3232
<img src="https://img.shields.io/github/issues-pr/tronprotocol/java-tron.svg">
3333
</a>
34-
35-
<a href="https://github.com/tronprotocol/java-tron/graphs/contributors">
34+
35+
<a href="https://github.com/tronprotocol/java-tron/graphs/contributors">
3636
<img src="https://img.shields.io/github/contributors/tronprotocol/java-tron.svg">
3737
</a>
38-
38+
3939
<a href="LICENSE">
4040
<img src="https://img.shields.io/github/license/tronprotocol/java-tron.svg">
4141
</a>
@@ -52,48 +52,48 @@
5252

5353
## What's TRON?
5454

55-
TRON is a project dedicated to building the infrastructure for a truly decentralized Internet.
56-
55+
TRON is a project dedicated to building the infrastructure for a truly decentralized Internet.
5756

58-
* Tron Protocol, one of the largest blockchain based operating systems in the world, offers scalable, high-availability and high-throughput support that underlies all the decentralized applications in the TRON ecosystem.
57+
* Tron Protocol, one of the largest blockchain-based operating systems in the world, offers scalable, high-availability and high-throughput support that underlies all the decentralized applications in the TRON ecosystem.
5958

60-
* Tron Virtual Machine (TVM) allow anyone to develop decentralized applications (DAPPs) for themselves or their communities with smart contracts thereby making decentralized crowdfunding and token issuance easier than ever.
59+
* Tron Virtual Machine (TVM) allows anyone to develop decentralized applications (DAPPs) for themselves or their communities with smart contracts thereby making decentralized crowdfunding and token issuance easier than ever.
6160

62-
TRON enables large-scale development and engagement. With over 2000 transactions per second (TPS), high concurrency, low latency and massive data transmission. It is ideal for building decentralized entertainment applications. Free features and incentive systems allow developers to create premium app experiences for users.
61+
TRON enables large-scale development and engagement. With over 2000 transactions per second (TPS), high concurrency, low latency, and massive data transmission. It is ideal for building decentralized entertainment applications. Free features and incentive systems allow developers to create premium app experiences for users.
6362

6463
# Quick Start
65-
This guide walks the user through the TRON Quickstart (v2.0.0) image setup.
64+
This guide walks the user through the TRON Quickstart (v2.0.0) image setup.
6665
[TRON Quick Start](./quickstart.md)
6766

6867
# Deploy
69-
* [Build](./build.md) Please build java-tron after cloning the project
70-
* [Run](./run.md) Run java-tron
68+
* [Build](./build.md) Please build java-tron after cloning the project
69+
* [Run](./run.md) Run java-tron
7170

7271
# Deployment
73-
This guide walks the user through how to deploy a Fullnode, Solidity node and SR node.
74-
[https://tronprotocol.github.io/documentation-en/developers/deployment/](https://tronprotocol.github.io/documentation-en/developers/deployment/)
72+
[Deployment Guide](https://tronprotocol.github.io/documentation-en/developers/deployment/)
73+
walks the user through how to deploy a FullNode and an SR node.
7574

7675
# Channel
77-
This is Tron's official discord channel, please join this channel if you have any questions.
78-
[Tron Developers & SRs](https://discord.gg/hqKvyAM)
76+
[Tron Developers & SRs](https://discord.gg/hqKvyAM) is Tron's official Discord channel. Feel free to join this channel if you have any questions.
7977

80-
A telegram channel for java-tron community developers, if you want to contribute to java-tron, please join this channel.
81-
[Core Devs Community telegram](https://t.me/troncoredevscommunity)
78+
[Core Devs Community](https://t.me/troncoredevscommunity) is the Telegram channel for java-tron community developers. If you want to contribute to java-tron, please join this channel.
79+
80+
[tronprotocol/allcoredev](https://gitter.im/tronprotocol/allcoredev) is the official Gitter channel for developers.
8281

8382
# Contribution
84-
If you'd like to contribute to java-tron, please follow below.
85-
[Contribution](./CONTRIBUTING.md)
86-
[Community Developers Incentives Programme](./CONTRIBUTING.md#community-developers-incentives-programme)
83+
If you'd like to contribute to java-tron, please read the following instructions.
84+
85+
- [Contribution](./CONTRIBUTING.md)
86+
- [Community Developers Incentives Programme](./CONTRIBUTING.md#community-developers-incentives-programme)
8787

8888
# Resources
89-
* [Medium](https://medium.com/@coredevs) java-tron's official technical articles are published there.
90-
* [Documentation](https://tronprotocol.github.io/documentation-en/introduction/) java-tron's official technical documentation website.
89+
* [Medium](https://medium.com/@coredevs) java-tron's official technical articles are published there.
90+
* [Documentation](https://tronprotocol.github.io/documentation-en/introduction/) java-tron's official technical documentation website.
9191
* [Test network](http://nileex.io/) A stable test network of TRON contributed by TRON community.
92-
* [Tronscan](https://tronscan.org/#/) TRON network blockchain browser.
92+
* [Tronscan](https://tronscan.org/#/) TRON network blockchain browser.
9393
* [Wallet-cli](https://github.com/tronprotocol/wallet-cli) TRON network wallet using command line.
94-
* [TIP](https://github.com/tronprotocol/tips) TRON Improvement Proposal (TIP) describes standards for the TRON network.
95-
* [TP](https://github.com/tronprotocol/tips/tree/master/tp) TRON Protocol (TP) describes standards already implemented in TRON network but not published as a TIP.
96-
* [White Paper](https://tron.network/resources?lng=&name=1) White paper of TRON network.
94+
* [TIP](https://github.com/tronprotocol/tips) TRON Improvement Proposal (TIP) describes standards for the TRON network.
95+
* [TP](https://github.com/tronprotocol/tips/tree/master/tp) TRON Protocol (TP) describes standards already implemented in TRON network but not published as a TIP.
96+
* [White Paper](https://tron.network/resources?lng=&name=1) White paper of TRON network.
9797

9898
# License
99-
java-tron is released under the [LGPL-V3 license](https://github.com/tronprotocol/java-tron/blob/master/LICENSE).
99+
java-tron is released under the [LGPLv3 license](https://github.com/tronprotocol/java-tron/blob/master/LICENSE).

0 commit comments

Comments
 (0)