Merge pull request #105 from kant/patch-1

Syntax issue on line 27
This commit is contained in:
Atul R 2019-09-21 20:16:23 +02:00 committed by GitHub
commit 6e00de04b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,6 @@ running `$ npm install @nodegui/nodegui` will do the right thing.
In order to evolve faster with every Node.Js release, NodeGui aims to patch NodeJs with as much minimum code as possible. This makes sure we support all Node features and keeps upgrade process simple.
NodeGui will always link dynamically to Qt inorder to maintain LGPL lisence requirements for Open source projects.
NodeGui will always link dynamically to Qt in order to maintain LGPL lisence requirements for Open source projects.
NodeGui also encourages plugin/module based architecture, hence instead of bloating the entire core of NodeGui we prefer to build independent modules that can be managed and updated by the community thus keeping the end product binary size low and enabling faster upgrades.