Roberto Ostinelli 10 лет назад
Родитель
Сommit
a60d011fc7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ Ensure to start Syn from your application. This can be done by either providing
 syn:start().
 ```
 
-Your application will need to connect to the nodes in your cluster. Once that is done, ensure to initialize Syn:
+Your application will have its own logic on how to connect to the other nodes in the cluster. Once it is, ensure to initialize Syn (this will set up the underlying mnesia backend):
 
 ```erlang
 syn:init().