From 63c4344e463c7b85724037be819a46f53b7965e4 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 6 Feb 2017 20:19:51 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 726704f3..9ab4c07d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Status](https://travis-ci.org/iurimatias/embark-framework.svg?branch=develop)](h What is Embark ====== -Embark is a framework that allows you to easily develop and deploy Decentralized Applications (DApps). A Decentralized Application is serverless html5 application that uses one or more decentralized technologies. Embark currently integrates with EVM blockchains (Ethereum), IPFS, Whisper and Orbit. Swarm is supported for deployment. +Embark is a framework that allows you to easily develop and deploy Decentralized Applications (DApps). A Decentralized Application is serverless html5 application that uses one or more decentralized technologies. Embark currently integrates with EVM blockchains (Ethereum), Decentralized Storages (IPFS), and Decentralizaed communication platforms (Whisper and Orbit). Swarm is supported for deployment. With Embark you can: * Automatically deploy contracts and make them available in your JS code. Embark watches for changes, and if you update a contract, Embark will automatically redeploy the contracts (if needed) and the dapp.