Skip to content

Commit 19ec2e5

Browse files
authored
Merge pull request #3 from Andrushika/chore/fix-typos
Fix incorrect file name
1 parent 77b6cf6 commit 19ec2e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Make sure the kernel object file (`kxo.ko`) is built correctly, then you can ins
2828
$ sudo insmod kxo.ko
2929
```
3030

31-
`kxo` provides an interface for userspace interaction through the companion tool `kxo-user`.
31+
`kxo` provides an interface for userspace interaction through the companion tool `xo-user`.
3232
This utility offers the following functionality:
3333
- Display the current status of the `kxo` module (loaded/unloaded)
3434
- Real-time visualization of the tic-tac-toe game board
@@ -38,7 +38,7 @@ This utility offers the following functionality:
3838

3939
Simply run the command below after the kernel module is loaded:
4040
```
41-
$ sudo ./kxo-user
41+
$ sudo ./xo-user
4242
```
4343

4444
## License

0 commit comments

Comments
 (0)