Skip to content

Commit 1180fa6

Browse files
authored
Update README.md
1 parent 3989685 commit 1180fa6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ By successfully solving sketch recognition, we can now move towards solving mult
2727
```
2828
4. To kill job, use the following command:
2929
```
30-
condor_q ## get job ID
30+
condor_q # get job ID
3131
kill job_id
3232
```
3333

@@ -39,10 +39,9 @@ By successfully solving sketch recognition, we can now move towards solving mult
3939
## NGROK tunneling
4040

4141
To set up public IP for the DJANGO application, we open NGROK and excetue the following command for the respective port number(application specific port number):
42-
43-
```
42+
```
4443
ngrok port_number
45-
```
44+
```
4645

4746

4847

0 commit comments

Comments
 (0)