Laurent Laffont пре 12 година
родитељ
комит
76a2cf6508
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/nodejs/hello/Hello.st

+ 1 - 1
examples/nodejs/hello/Hello.st

@@ -5,5 +5,5 @@ Object subclass: #Hello
 !Hello class methodsFor: 'main'!
 
 main
-	console log: 'Hello world from JTalk in Node.js'
+	console log: 'Hello world from Amber in Node.js'
 ! !