Browse Source

Fix changelog about how to load helios

Nicolas Petton 10 years ago
parent
commit
a1ab53572e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CHANGELOG

+ 2 - 2
CHANGELOG

@@ -5,7 +5,7 @@ After 3 months of work we are pleased to announce the 0.12.0 release of Amber.
 
 
 Besides the usual bug fixes a lot of new features have emerged.
 Besides the usual bug fixes a lot of new features have emerged.
 
 
-The biggest change is the switch to using RequireJS to specifying Amber package dependencies
+The biggest change is the switch to RequireJS to specify Amber package dependencies
 and for loading the packages as AMD modules.
 and for loading the packages as AMD modules.
 Amber is now additionally available as Bower [2] component.
 Amber is now additionally available as Bower [2] component.
 Bower is also used to manage required JavaScript libraries which don't have to be kept
 Bower is also used to manage required JavaScript libraries which don't have to be kept
@@ -25,7 +25,7 @@ On the Smalltalk side support has been added for writing exponential numbers of
 Helios (the new IDE) is progressing nicely and has seen a lot of improvements.
 Helios (the new IDE) is progressing nicely and has seen a lot of improvements.
 One of the great parts is the new stepping debugger which is also making progress.
 One of the great parts is the new stepping debugger which is also making progress.
 To try Helios, open the helios.html page or
 To try Helios, open the helios.html page or
-evaluate in any other amber page `amber.loadHelios()`.
+evaluate in any other amber page `require('amber/helpers).popupHelios()`.
 
 
 The last enhancements target the commandline compiler which can be used as
 The last enhancements target the commandline compiler which can be used as
 `amberc` (an executable script) or as a Grunt task.
 `amberc` (an executable script) or as a Grunt task.