Better example comments.

This commit is contained in:
Offray Luna 2017-09-05 17:59:10 +00:00
parent 5a2f89f872
commit 593a23afae

View File

@ -41,15 +41,15 @@ BreaWebsite class >> downloadTemplateFilesInto: aDirectory [
{ #category : #example }
BreaWebsite class >> example [
"I run an example mockup of a website using Brea.
After runing me, go to http://localhost:8080/demo .
Notice that one part of the template in the website has been replaced by dynamic content
produce by Brea."
After runing me, go to:
- http://localhost:8080/demo
- http://localhost:8080/members/test
- http://localhost:8080/members/add "
self downloadTemplateFiles.
self replaceDefaultTemplates.
self new
local: FileLocator temp asFileReference / 'BreaDemo';
start
]
{ #category : #utility }