From 9b528b4ab33568a6bee83ca5559de5d2ae233038 Mon Sep 17 00:00:00 2001
From: Christopher Guindon <chris.guindon@eclipse-foundation.org>
Date: Fri, 7 Jul 2017 09:57:35 -0400
Subject: [PATCH] replace dist with docs for github pages

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index adb2222..07687be 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Eclipse Api RESTful API
 Source files for the API should be placed in __src__ folder.
 
-To generate some pretty HTML into the dist folder, run ___grunt build___ at the command line.
+To generate some pretty HTML into the docs folder, run ___grunt build___ at the command line.
 
 To help development, if you run ___grunt serve___, the HTML will be accessible from http://localhost:8080/index.html 
 
-- 
GitLab