Skip to content

Commit f1bad18

Browse files
olethanhPsycojoker
andcommitted
Apply suggestions from code review from Laurent
Co-authored-by: Bram <[email protected]>
1 parent b76e6e4 commit f1bad18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Node
2323
## 2. Install Aleph-VM from source
2424

2525
This method is not recommended, except for development and testing.
26-
Read the installation document for the various components and the developer documentaation.
26+
Read the installation document for the various components and the developer documentation.
2727

2828
1. Install the [VM-Connector](./vm_connector/README.md)
2929
2. Install the [VM-Supervisor](src/aleph/vm/orchestrator/README.md).
@@ -62,8 +62,8 @@ To deploy aleph-vm for development on a remote server, we start with the Debian
6262

6363
The vm-connector need to run for aleph-vm to works, even when running py.test.
6464

65-
Unless your focus is on developing the VM-Connector, using the Docker image is easier.
66-
See [VM-Connector README](./vm_connector/README.md) for more details.
65+
Unless your focus is developing the VM-Connector, using the Docker image is easier.
66+
See the [VM-Connector README](./vm_connector/README.md) for more details.
6767

6868
```shell
6969
docker run -d -p 127.0.0.1:4021:4021/tcp --restart=always --name vm-connector alephim/vm-connector:alpha
@@ -111,7 +111,7 @@ Unless your focus is on developing the VM-Connector, using the Docker image is e
111111
directly during development.
112112

113113
## Testing
114-
see [Testinc doc](./TESTING.md)
114+
See [Testinc doc](./TESTING.md)
115115

116116
# Architecture
117117

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Testing aleph-vm
22

3-
This procedure describes how to run tests on a dev system. See the dev setup section of the README first
3+
This procedure describes how to run tests on a dev system. See the dev setup section of the README first.
44

55
Tests also run on GitHub Actions via [the following workflow](./.github/workflows/test-on-droplets-matrix.yml).
66

0 commit comments

Comments
 (0)