Skip to content

Commit e81a5aa

Browse files
authored
docs(README):fix code typos (#5730)
1 parent 5b03eb5 commit e81a5aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ TRON enables large-scale development and engagement. With over 2000 transactions
6363

6464
# Building the source
6565

66-
Building java-tron requires `git` and 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
66+
Building java-tron requires `git` package and 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
6767

6868
Clone the repo and switch to the `master` branch
6969

@@ -73,7 +73,7 @@ $ cd java-tron
7373
$ git checkout -t origin/master
7474
```
7575

76-
then run the following command to build java-tron, the `FullNode.jar` file can be found in `java-tron/build/libs/` after build successful.
76+
then run the following command to build java-tron, the `FullNode.jar` file can be found in `java-tron/build/libs/` after build successfully.
7777

7878
```bash
7979
$ ./gradlew clean build -x test
@@ -120,7 +120,7 @@ $ nohup java -Xms9G -Xmx9G -XX:ReservedCodeCacheSize=256m \
120120

121121
Adding the `--witness` parameter to the startup command, full node will run as a super representative node. The super representative node supports all the functions of the full node and also supports block production. Before running, make sure you have a super representative account and get votes from others. Once the number of obtained votes ranks in the top 27, your super representative node will participate in block production.
122122

123-
Fill in the private key of super representative address into the `localwitness` list in the `main_net_config.conf`. Here is an example:
123+
Fill in the private key of a super representative address into the `localwitness` list in the `main_net_config.conf`. Here is an example:
124124

125125
```
126126
localwitness = [

0 commit comments

Comments
 (0)