Преглед на файлове

Merge branch 'master' of https://git.zipcode.rocks/WJB3003/SpringQuickPoll

William Brown преди 5 години
родител
ревизия
784a7687a0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README.md

+ 1
- 1
README.md Целия файл

@@ -140,7 +140,7 @@ public ResponseEntity<Iterable<Poll>> getAllPolls() {
140 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 141
 * Because we don’t have any polls created yet, this command should result in an empty collection.
142 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