From 53e816a3021ba4ba39fcb7660b1be012bc2ccfe5 Mon Sep 17 00:00:00 2001 From: zfcsoftware Date: Sat, 2 Mar 2024 16:46:29 +0300 Subject: [PATCH] Update Readme --- README.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa3845b..65fa939 100755 --- a/README.md +++ b/README.md @@ -154,6 +154,14 @@ You can use the Dockerfile file in the main directory to use this library with d To run a test, you can follow these steps +```bash +git clone https://github.com/zfcsoftware/puppeteer-real-browser +``` + +```bash +cd puppeteer-real-browser +``` + ```bash docker build -t puppeteer-real-browser-project . ``` diff --git a/package.json b/package.json index e020493..553cbcc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "puppeteer-real-browser", - "version": "1.2.7", + "version": "1.2.8", "description": "This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.", "type": "module", "exports": "./src/index.js",