From 4af4d3a1d4f4a52a0dd33ccf19f79468b9dba2f0 Mon Sep 17 00:00:00 2001 From: Daniel Fillol <55287657+DanielFillol@users.noreply.github.com> Date: Mon, 27 May 2024 18:44:43 -0300 Subject: [PATCH] Update README.md update the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 161c49b..2151b78 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ go get -u github.com/chromedp/chromedp Importing the Library First, import the library in your Go project: ```sh -import "path/to/webnav" +import "DanielFillol/goSpider" ``` ## Example Usage Here's an example of how to use the library: @@ -175,4 +175,4 @@ func main() { - UploadFile: Uploads a file to a file input identified by the selector. - WaitForElement: Waits for an element identified by the selector to be visible. - WaitForAJAX: Waits for AJAX requests to complete by monitoring the network activity. -- Close: Closes the Navigator instance. \ No newline at end of file +- Close: Closes the Navigator instance.