Skip to content

Commit 590ea4a

Browse files
committed
Fix README.md
1 parent 3d396ff commit 590ea4a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@ $ ./native
8989
#### Mock Server
9090
To test third parties we need to setup a server to mock http request from them.
9191
By running `make server`, it will serve in http://localhost:9999. You will see `Hi guys!` in there.
92-
```bash
92+
Please keep this terminal running during your development.
93+
```bash
9394
$ make server
9495
```
9596

9697
#### Memory Leak
9798
Valgrind helps us in checking memory leak, you've just need to run
9899
```
99-
$ make leak
100+
$ cmake . && make native_test && make leak
100101
```
101102
It will tell you issues relate to memory.
102103

0 commit comments

Comments
 (0)