Kaynağa Gözat

Update README.md

Git-Leon 6 yıl önce
ebeveyn
işleme
be1e5aea4a
No account linked to committer's email
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      README.md

+ 1
- 1
README.md Dosyayı Görüntüle

138
 * Launch the [Postman](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en) app and enter the URI `http://localhost:8080/polls` and hit Send.
138
 * Launch the [Postman](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en) app and enter the URI `http://localhost:8080/polls` and hit Send.
139
 * Because we don’t have any polls created yet, this command should result in an empty collection.
139
 * Because we don’t have any polls created yet, this command should result in an empty collection.
140
 * If your application cannot run because something is occupying a port, use this command with the respective port number specified:
140
 * If your application cannot run because something is occupying a port, use this command with the respective port number specified:
141
-	* ``kill -kill `lsof -t -i tcp:8080``
141
+	* ``kill -kill `lsof -t -i tcp:8080```
142
 
142
 
143
 
143
 
144
 
144