Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ezefranca authored Jul 24, 2024
1 parent 56885ce commit a61e314
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 @@ -52,7 +52,7 @@ swift run GoogleScholarSwiftCLI <author_id> --sortby <pubdate/cited>
You can also use `GoogleScholarFetcher` directly in your Swift code. Here's how:

```swift
import GoogleScholarFetcher
import GoogleScholarSwift

let fetcher = GoogleScholarFetcher()

Expand Down Expand Up @@ -86,7 +86,7 @@ fetcher.fetchAllPublications(authorID: "<author_id>", sortBy: "<pubdate/cited>")

## Contributing

We welcome contributions to `GoogleScholarFetcher`! If you have suggestions for improvements, please open an issue or a pull request.
We welcome contributions to `GoogleScholarSwift`! If you have suggestions for improvements, please open an issue or a pull request.

## Similar projects

Expand Down

0 comments on commit a61e314

Please sign in to comment.