Syntax issue on line 27

This commit is contained in:
Darío Hereñú 2019-09-21 15:05:26 -03:00 committed by GitHub
parent b833fe89ca
commit 90638a61d5
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.