From 1119bb279c937ff8996c30ae143347a3f09d8c06 Mon Sep 17 00:00:00 2001 From: kc merrill Date: Thu, 23 Mar 2017 12:06:01 -0600 Subject: [PATCH] Update RTFM.md --- RTFM.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTFM.md b/RTFM.md index 114df41..d1ea148 100644 --- a/RTFM.md +++ b/RTFM.md @@ -317,7 +317,7 @@ $ touch projectY/alfred.yml, is your standard alfred file with tasks in it. Ok, now that you have a location of private alfred files with a static webserver running on port `8080`, lets add it to the repos section to your `$HOME/.alfred/config.yml` ``` -repos: +remote: companyxyz: http://localhost:8080/ ```