Luis Figueiredo 8 anni fa
parent
commit
1456b601fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: