Skip to content

Commit b59dc21

Browse files
committed
doc: Fix typos in asmap README
1 parent eb13718 commit b59dc21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/asmap/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Example usage:
99
python3 asmap-tool.py encode /path/to/input.file /path/to/output.file
1010
python3 asmap-tool.py decode /path/to/input.file /path/to/output.file
1111
python3 asmap-tool.py diff /path/to/first.file /path/to/second.file
12-
python3 asmap-tool.py diff-addrs /path/to/first.file /path/to/second.file addrs.file
12+
python3 asmap-tool.py diff_addrs /path/to/first.file /path/to/second.file addrs.file
1313
```
1414
These commands may take a few minutes to run with `python3`,
1515
depending on the amount of data involved and your machine specs.
@@ -43,7 +43,7 @@ increases output size by outputting strictly non-overlapping network ranges.
4343
### Comparing ASmaps
4444

4545
AS control of IP networks changes frequently, therefore it can be useful to get
46-
the changes between to ASmaps via the `diff` and `diff_addrs` commands.
46+
the changes between two ASmaps via the `diff` and `diff_addrs` commands.
4747

4848
`diff` takes two ASmap files, and returns a file detailing the changes
4949
in the state of a network's AS assignment between the first and the second file.

0 commit comments

Comments
 (0)