From 93f08f5be8355973ad614b6314984f0f29438532 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 21 Feb 2017 09:34:35 +0700 Subject: [PATCH] Fix typos in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64513e05..f95fe1ff 100644 --- a/README.md +++ b/README.md @@ -483,7 +483,7 @@ The environment is a specific blockchain configuration that can be managed at co Structuring Application ====== -Embark is quite flexible and you can configure you're own directory structure using ```embark.json``` +Embark is quite flexible and you can configure your own directory structure using ```embark.json``` ```Json # embark.json @@ -512,7 +512,7 @@ To deploy a dapp to SWARM, all you need to do is run a local SWARM node and then Plugins ====== -It's possible to extend Embarks functionality with plugins. For example the follow is possible: +It's possible to extend Embarks functionality with plugins. For example the following is possible: * plugin to add support for es6, jsx, coffescript, etc (``embark.registerPipeline``) * plugin to add standard contracts or a contract framework (``embark.registerContractConfiguration`` and ``embark.addContractFile``)