From 02e7b16ae9136324e1d3c64477ecafc1ce1435bc Mon Sep 17 00:00:00 2001 From: Sankaranarayanan Viswanathan Date: Fri, 18 Dec 2015 00:59:22 +0530 Subject: [PATCH] fuel: fix doc on starting fuel server --- misc/fuel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/fuel/README.md b/misc/fuel/README.md index 28a13d50ff..0f9a0a9294 100644 --- a/misc/fuel/README.md +++ b/misc/fuel/README.md @@ -73,7 +73,7 @@ Factor contains fuel and the vocabularies it depends on. If you prefer to start Factor externally, you can also connect remotely from Emacs. Here's how to proceed: -- In the factor listener, run FUEL: `"fuel" run`. This will start a server +- In the factor listener, run `"fuel.remote" run`. This will start a server listener in port 9000. - Switch to Emacs and issue the command `M-x connect-to-factor`.