diff --git a/README.md b/README.md index 082d3af..fb7df1a 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,8 @@ A two-way bridge between the matrix protocol and the whisper protocol peers.forEach(function addPeer(peer) { admin.addPeer(peer); }); exit ``` +6. Run the app: + + ``` + npm start + ```