diff --git a/installing-node-sp-ws.md b/installing-node-sp-ws.md
index a50f060df38efbd829019746d016e67925683f70..ebe802ea8bb69bff265cd12a34340834c9f2bb67 100644
--- a/installing-node-sp-ws.md
+++ b/installing-node-sp-ws.md
@@ -18,13 +18,13 @@ Node comes with a package controller called 'npm' - node package manager. You ca
 
 Serialport is a package for node that allows it to interact with a hardware serial port.
 
-Navigate to the directory where you'll be running from (so, mods/ to run the *atkbridge* or automatakit/ for *atkterminal*). Do
+Navigate to the directory where you'll be running from (atkapi). Do
 
 ``npm install serialport``
 
 ## Install WS (WebSocket)
 
-WebSockets are very simple web connections. In the *atkbridge* we use one to move data between the browser and local hardware.
+WebSockets are very simple web connections. 
 
 To install ws, do