From c50ff6949e37478b7a78a64b4267db3b6509698e Mon Sep 17 00:00:00 2001 From: Jonathan Muszkat Date: Mon, 16 Dec 2024 12:25:08 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2bb72..cd9d29d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![Tests](https://github.com/jonymusky/ai-browser-automation/workflows/Tests/badge.svg) ![Lint](https://github.com/jonymusky/ai-browser-automation/workflows/Lint/badge.svg) ![npm version](https://img.shields.io/npm/v/ai-browser-automation.svg) +[![NPM Downloads](https://img.shields.io/npm/dt/ai-browser-automation.svg?style=flat)](https://www.npmjs.com/package/ai-browser-automation) A TypeScript package that combines Selenium WebDriver with AI capabilities for intelligent browser automation. @@ -67,4 +68,4 @@ You can find example scripts in the `examples` directory. To run a specific exam ```bash pnpm run-example google -``` \ No newline at end of file +```