From 464557fdb5a9b92118c33759fbd42e6652c8e3da Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Sun, 3 May 2020 05:43:56 +0530 Subject: [PATCH] Updated readme.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be0a75d..63eea2d 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ Connectors are standardized modules that let Smart Account interact with various 1. Fork and clone it 2. Create a feature branch: `git checkout -b new-connector` -3. Commit changes: `git commit -am 'Added a connector'` -4. Push to the remote branch: `git push origin new-connector` -5. Create a new Pull Request. +3. Add the connector solidity file to `contracts/connectors` +4. Commit changes: `git commit -am 'Added a connector'` +5. Push to the remote branch: `git push origin new-connector` +6. Create a new Pull Request. ## Requirements