update doc

pull/340/head
hengyunabc 6 years ago
parent a598382890
commit 78b6af69f8

@ -94,9 +94,9 @@ java.home /Library/Java/JavaVir
e/jre
```
## 4. Get the Main Class of the process with the thread command
## 4. Get the Main Class of the `arthas-demo` process with the thread command
```
```bash
$ thread -n -1 | grep 'main('
at demo.MathGame.main(MathGame.java:17)
```

@ -95,9 +95,9 @@ java.home /Library/Java/JavaVir
e/jre
```
## 4. 通过thread命令来获取到进程的Main Class
## 4. 通过thread命令来获取到`arthas-demo`进程的Main Class
```
```bash
$ thread -n -1 | grep 'main('
at demo.MathGame.main(MathGame.java:17)
```

Loading…
Cancel
Save