From 005e17447b28a545a5b74b7981774946f1f5fd3c Mon Sep 17 00:00:00 2001 From: Serhii Olendarenko Date: Tue, 31 May 2022 23:50:36 +0200 Subject: [PATCH] Fixed JavaScript name Previously the words were capitalized incorrectly. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f21283..a7a4bfa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Pull requests of new projects/apps/libraries are welcome :) - [Graphics](#graphics) - [Hardware](#hardware) - [Images](#images) - - [Javascript](#javascript) + - [JavaScript](#javascript) - [JSON](#json) - [Logging](#logging) - [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). -## 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. * [Quickly](https://github.com/quickly/quickly) - ES6 and Node.js-like environment for QML. * [quicknative](https://github.com/paulondc/quicknative) - Native components for QML.