From f081eb422fa284265cdf156c4114995885f349c9 Mon Sep 17 00:00:00 2001 From: ltsyk Date: Thu, 30 Jul 2026 08:01:20 +0800 Subject: [PATCH] docs: fix typos in project documentation Fix documentation typos: Javascript->JavaScript (x1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3bca478..a7bd08b2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Datamaps [![Join the chat at https://gitter.im/markmarkoh/datamaps](https://badges.gitter.im/markmarkoh/datamaps.svg)](https://gitter.im/markmarkoh/datamaps?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -#### Interactive maps for data visualizations. Bundled into a single Javascript file. +#### Interactive maps for data visualizations. Bundled into a single JavaScript file. Datamaps is intended to provide some data visualizations based on geographical data. It's SVG-based, can scale to any screen size, and includes everything inside of 1 script file. It heavily relies on the amazing [D3.js](https://github.com/mbostock/d3) library.