From e12ece966cf86156a5ed5b59906bf17c2f20c2e1 Mon Sep 17 00:00:00 2001 From: pranjaligharat <72241030+pranjaligharat@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:18:18 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f552f05..fff3951 100644 --- a/README.md +++ b/README.md @@ -447,3 +447,6 @@ Originally by Rudloff under terms of [CC-BY-3.0](http://creativecommons.org/lice ## License MIT + +## Conclusion +Browserify is an open-source JavaScript tool that allows developers to write Node.js-style modules that compile for use in the browser. Browserify lets you use require in the browser, the same way you'd use it in Node.