Changed samples to example to match repository

This commit is contained in:
NotZippy
2017-03-09 16:01:04 -08:00
parent 52400dbc3d
commit 8dac9acf77
7 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ Run the Revel web application named by the given import path.
For example, to run the chat room sample application:
revel run github.com/revel/samples/chat dev
revel run github.com/revel/examples/chat dev
The run mode is used to select which set of app.conf configuration should
apply and may be used to determine logic in the application itself.
@@ -29,7 +29,7 @@ Run mode defaults to "dev".
You can set a port as an optional third parameter. For example:
revel run github.com/revel/samples/chat prod 8080`,
revel run github.com/revel/examples/chat prod 8080`,
}
// RunArgs holds revel run parameters