Browse Source

note on `null`ed parts removed on `rebuild` call

Herbert Vojčík 10 years ago
parent
commit
fac7123da6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ brikz.rebuild();
 api.publishedBar(...);
 ```
 
-You can add / delete / change parts later and call `rebuild` again. Parts that are not functions, are left as is (their internal as well as API part); parts that are functions are instantiated again and merged in.
+You can add / delete / change parts later and call `rebuild` again. Parts that are not functions, are left as is (their internal as well as API part); parts that are functions are instantiated again and merged in. Parts that are `null`ed are removed.
 
 Advanced use
 ====