Fixed JavaScript name

Previously the words were capitalized incorrectly.
This commit is contained in:
Serhii Olendarenko
2022-05-31 23:50:36 +02:00
committed by GitHub
parent 08f8e14b70
commit 005e17447b

View File

@@ -17,7 +17,7 @@ Pull requests of new projects/apps/libraries are welcome :)
- [Graphics](#graphics) - [Graphics](#graphics)
- [Hardware](#hardware) - [Hardware](#hardware)
- [Images](#images) - [Images](#images)
- [Javascript](#javascript) - [JavaScript](#javascript)
- [JSON](#json) - [JSON](#json)
- [Logging](#logging) - [Logging](#logging)
- [Math](#math) - [Math](#math)
@@ -131,7 +131,7 @@ Pull requests of new projects/apps/libraries are welcome :)
* [SCodes](https://github.com/scytheStudio/SCodes) - Qt & QML wrapper for [ZXing-C++ Library](https://github.com/nu-book/zxing-cpp) with ready-made QML items for decoding and generating 1D and 2D barcodes (aka. QR codes). * [SCodes](https://github.com/scytheStudio/SCodes) - Qt & QML wrapper for [ZXing-C++ Library](https://github.com/nu-book/zxing-cpp) with ready-made QML items for decoding and generating 1D and 2D barcodes (aka. QR codes).
## Javascript ## JavaScript
* [Node.qml](https://github.com/trollixx/node.qml) - Node.qml is an effort to provide a Node.js compatibility layer to QML applications. * [Node.qml](https://github.com/trollixx/node.qml) - Node.qml is an effort to provide a Node.js compatibility layer to QML applications.
* [Quickly](https://github.com/quickly/quickly) - ES6 and Node.js-like environment for QML. * [Quickly](https://github.com/quickly/quickly) - ES6 and Node.js-like environment for QML.
* [quicknative](https://github.com/paulondc/quicknative) - Native components for QML. * [quicknative](https://github.com/paulondc/quicknative) - Native components for QML.