From f742c2a6b4f82b33ba3e4d68c1e491cfa85ff4b2 Mon Sep 17 00:00:00 2001
From: Jim Crossley <jim@crossleys.org>
Date: Fri, 20 Jan 2017 09:10:41 -0500
Subject: [PATCH] Pluralize dir name to match source tree

---
 src/main/asciidoc/inc/getting-started.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/asciidoc/inc/getting-started.adoc b/src/main/asciidoc/inc/getting-started.adoc
index 9714d87..3bf9da7 100644
--- a/src/main/asciidoc/inc/getting-started.adoc
+++ b/src/main/asciidoc/inc/getting-started.adoc
@@ -24,7 +24,7 @@ You can create a function from an existing source file:
 
 [source]
 ----
-funktion create fn -f example/hello.js
+funktion create fn -f examples/hello.js
 ----
 
 Or you can specify the source code on the command line:
@@ -45,14 +45,14 @@ If you wish to keep editing the source code of the function in your editor and h
 
 [source]
 ----
-funktion create fn -f example/hello.js -w
+funktion create fn -f examples/hello.js -w
 ----
 
 If you have a folder with multiple function source files inside you can pass the directory name or a wildcard pattern:
 
 [source]
 ----
-funktion create fn -f example -w
+funktion create fn -f examples -w
 ----
 
 To be able to find the URL of the running function type: