Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalmhjn committed Oct 18, 2023
1 parent b416317 commit a69e0f8
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 @@ -63,7 +63,7 @@ import scopuscaller as sc
api_key = ""
```

**Parameters of function _call_scopus.py_**:
**Parameters of function get_titles.py_**:

Parameters:

Expand All @@ -73,7 +73,7 @@ Parameters:

**Example**:

The following command will search for articles with the search terms `transportation`, `road safety` and `machine learning` published before 2023 (inclusive).
The following command will search for articles with the search terms `transportation`, `road safety` and `transfer learning` published before 2023 (inclusive).

```sh
# Obtain the articles
Expand Down

0 comments on commit a69e0f8

Please sign in to comment.