Update README.md (#27)

Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
Ikko Eltociear Ashimine
2023-03-04 02:29:43 +09:00
committed by GitHub
parent 1b01933946
commit fd7db83fd8

View File

@ -27,13 +27,13 @@ $ go build
$ ./beelzebub
```
###Unit Test:
### Unit Test:
```bash
$ make test.unit
```
###Integration test:
### Integration test:
Run integration testing
```bash