Browse Source

hello: remove deprecation and replace category with package

Manfred Kroehnert 11 years ago
parent
commit
0dce4b614e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nodejs/hello/Hello.st

+ 1 - 1
nodejs/hello/Hello.st

@@ -1,6 +1,6 @@
 Object subclass: #Hello
         instanceVariableNames: ''
-        category: 'Hello'!
+        package: 'Hello'!
 
 !Hello class methodsFor: 'main'!