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

@@ -28,7 +28,7 @@ Run all tests for the Revel app named by the given import path.
For example, to run the booking sample application's tests:
revel test github.com/revel/samples/booking dev
revel test github.com/revel/examples/booking 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.