applies new cookie name to readme
[src/app-framework-demo.git] / afm-client / README.md
index babf7ab..0ed9d45 100644 (file)
@@ -52,12 +52,12 @@ Install HTML5 development toolchain on your host
       - do not forget '/opa' that should match with your config.URLBASE
       - if you change --token=xxxx do not forget to update ./Frontend/pages/HomeModules.js
       - Force HTML/OPA reload with F5 after each HTML5/OPA update or new pages may not be loaded. 
-      - When reloading HTML/OPA with F5 do not forget that your initial token wont be accepted anymore. You should either restart to clean existing session or cleanup AJB_session cookie.
+      - When reloading HTML/OPA with F5 do not forget that your initial token wont be accepted anymore. You should either restart to clean existing session or cleanup afb-session cookie.
 
 ### Move to Target
     cd $MYWORKSPACE/afm-client
     gulp build-app-prod
-    scp -r ./dist.pro/* user@mytarget:/rootdir/apfDaemon
+    scp -r ./dist.prod/* user@mytarget:/rootdir/apfDaemon
 
     /AppClient
     |
@@ -95,4 +95,4 @@ Install HTML5 development toolchain on your host
     |---- (/dist.dev)
     |---- (/dist.prod)
 
-    
\ No newline at end of file
+