From 6560fc05f05c97ca7887aacf85685526b41f3f95 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:09:52 +0200 Subject: [PATCH] Fix: typos, grammar Fix: typos, grammar --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dda412e5..c6c3cb3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Statement -- Orbiter Module is quick developmenting, If you find a problem, please send a [new issue](https://github.com/OrbiterCross/OrbitalModule/issues/new) +- Orbiter Module is under rapid development. If you find a problem, please send a [new issue](https://github.com/OrbiterCross/OrbitalModule/issues/new) - The risk of using this software will be entirely borne by him, and the author of the software (Orbiter Module) does not bear any responsibility. - The author of the software (Orbiter Module) does not bear any responsibility for service interruption or other defects caused by force majeure or uncontrollable reasons such as hacker attacks, communication line interruption, etc., which cause users to be unable to use normally, but will try to reduce the resulting damage to users(Loss or impact). - For issues not covered by this statement, please refer to the relevant national laws and regulations. When this statement conflicts with the relevant national laws and regulations, the national laws and regulations shall prevail. @@ -17,7 +17,7 @@ - Running this project requires setting the necessary parameters, such as localProvider and localWSProvider, which support each rollup node. -- By configuring the parameters, the project can realize the economic and time savings that users can make by Orbiter when configuring the rollup dynamics. After the user initiates payment through the front-end wallet, it will monitor the transaction data of each rollup in real time and feed back the real-time status of the user's cross-rollup transfer in time. +- By configuring the parameters, the project can realize the economic and time savings that users can make by Orbiter when configuring the rollup dynamics. After the user initiates payment through the front-end wallet, it will monitor the transaction data of each rollup in real time and feedback the real-time status of the user's cross-rollup transfer in time. ## Design @@ -51,7 +51,7 @@ - When you only maker service, set `ORBITER_SCENE=maker` - When you only dashboard service, set `ORBITER_SCENE=dashboard` - When you only all service, set `ORBITER_SCENE=all` (default) -- Warnning: if you run maker service, please do not expose your ip or port on the public network +- Warning: if you run maker service, please do not expose your ip or port on the public network ``` # When you need run at daemon, add -d @@ -95,7 +95,7 @@ screen -S privatekey_input ``` screen -ls # Show all screen screen -x [screenId] # Into screen by id -exit # Quit sreen +exit # Quit screen ``` ## Licence