Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typos in README Files #899

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/movement-node/run/ansible/follower-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Follower Nodes are nodes that are configured to sync with a Leader Node and are used to test the Movement Testnet. This document provides instructions on how to set up a Follower Node to sync with a Leader Node.

## Hardware Recommendations
By running the a Follower Node locally, you will be able to gauge the performance on a given network. If you are joining a network with high load, like the Movement Testnet, we recommend the following:
By running the Follower Node locally, you will be able to gauge the performance on a given network. If you are joining a network with high load, like the Movement Testnet, we recommend the following:
- 32 cores
- 64 GB RAM
- 2 TB SSD w/ 60K IOPS and 200 MiB/s throughput
Expand Down
2 changes: 1 addition & 1 deletion protocol-units/bridge/move-modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ However, because dummy values `0xcafe` for origin address and `0xc3bb...` for re

```
{
"Error": "Unexpected error: Unable to resolve packages for package 'bridge-modules': Unable to resolve named address 'resource_addr' in package 'bridge-modules' when resolving dependencies: Attempted to assign a different value '0xc3bb8488ab1a5815a9d543d7e41b0e0df46a7396f89b22821f07a4362f75ddc5' to an a already-assigned named address '0x9a781a5a11e364a7a67d874071737d730d14a43847c5025066f8cd4887212d4'"
"Error": "Unexpected error: Unable to resolve packages for package 'bridge-modules': Unable to resolve named address 'resource_addr' in package 'bridge-modules' when resolving dependencies: Attempted to assign a different value '0xc3bb8488ab1a5815a9d543d7e41b0e0df46a7396f89b22821f07a4362f75ddc5' to an already-assigned named address '0x9a781a5a11e364a7a67d874071737d730d14a43847c5025066f8cd4887212d4'"
}
```
with your generated resource account address (instead of `0x9a78...`) based on your choice of seed value.
Expand Down
2 changes: 1 addition & 1 deletion util/godfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<!-- Image of Godfig. -->
![Godfig](godfig.png)

Godfig is a simple persistent key-value store intended for configuration data. It is designed to be used in a distributed system where setups are performed and configurations may change. Godfig is designed to support multiple backends. It's original backends is file-based.
Godfig is a simple persistent key-value store intended for configuration data. It is designed to be used in a distributed system where setups are performed and configurations may change. Godfig is designed to support multiple backends. Its original backends is file-based.