Luis Figueiredo 8 年之前
父節點
當前提交
1456b601fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ Bundles will communicate with each others using events as shown in examples
 Node modules can be added and updated they will be exported/used as:
 
 Since as osgi there is no order on module loading, with context.with we do the callback just when we have the module, else it will be ignored
-the goal is to keep module always running independent, in case module depends on other module to perform its main operation, it can always return an error instead of not working at all
+the goal is to keep module always running with no dependencies in case module depends on other module to perform its main operation, it can always return an error instead of not working at all
 
 ```javascript
 	// using node modules as bundles: