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