Bläddra i källkod

Update 'README.md'

git-leon 6 år sedan
förälder
incheckning
14a2b3fd25
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README.md

+ 1
- 1
README.md Visa fil

140
 * 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.
140
 * 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.
141
 * Because we don’t have any polls created yet, this command should result in an empty collection.
141
 * Because we don’t have any polls created yet, this command should result in an empty collection.
142
 * If your application cannot run because something is occupying a port, use this command with the respective port number specified:
142
 * If your application cannot run because something is occupying a port, use this command with the respective port number specified:
143
-	* ``kill -kill `lsof -t -i tcp:8080` ``
143
+	* ``npx kill-port 8080``
144
 
144
 
145
 
145
 
146
 
146