From 92618c88948c317c53d953d1e7a4c5e65ef80a49 Mon Sep 17 00:00:00 2001 From: Nurozen <36425183+Nurozen@users.noreply.github.com> Date: Mon, 19 May 2025 14:06:57 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8977849..1a6f3ad 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ const modelPath = 'path/to/model/file.pkl'; const results = await client.modelScanner.scanFile(modelName, modelPath); ``` -### Scanning Foalders +### Scanning Folders ```typescript const modelName = 'YOUR_MODEL'; const modelPath = 'path/to/model/';