Skip to content

Commit

Permalink
Merge pull request #2 from DanielFillol/DanielFillol-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
DanielFillol authored May 27, 2024
2 parents b051489 + 4af4d3a commit 64fd955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
- Close: Closes the Navigator instance.

0 comments on commit 64fd955

Please sign in to comment.