Browse Source

Update README.md

Roberto Ostinelli 10 years ago
parent
commit
a60d011fc7
1 changed files with 1 additions and 1 deletions
  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().