From d51b9ed6e0aed76905f80e2b2e5d0557d477ed12 Mon Sep 17 00:00:00 2001 From: Betim Beja <11160171+BetimBeja@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:40:56 +0200 Subject: [PATCH] Fix typos in README for Vue framework section Corrected typos in the Vue section regarding AlaSQL and XLSX integration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd74fd046f..3918c93115 100644 --- a/README.md +++ b/README.md @@ -481,7 +481,7 @@ var b = browserify("./main.js").bundle(); #### Vue -For some frameworks (lige Vue) alasql cant access XLSX by it self. We recommend handling it by including AlaSQL the following way: +For some frameworks (like Vue) alasql can't access XLSX by it self. We recommend handling it by including AlaSQL the following way: ```import alasql from 'alasql'; import XLSX from 'xlsx';