From 55b62e168d892e1c352ae9c972169df44e825eb1 Mon Sep 17 00:00:00 2001 From: nitish-91 <31781356+nitish-91@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:54:34 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fc1dd1f..80898bfc 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,7 @@ The main scripts is generating a output as CSV file. [Adapter Example](adapters/example/dex/src/index.ts) ## Notes -1. Please don't fork the repo. Just clone it and raise a PR in to the main branch. -2. Please make sure to have a "compile" script in package.json file. So, we are able to compile the typescript files into `dist/index.js` file. +1. Please make sure to have a "compile" script in package.json file. So, we are able to compile the typescript files into `dist/index.js` file. ## How to execute this project?