Skip to content

Commit

Permalink
docs: fi typos in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
flexagoon committed Nov 3, 2023
1 parent b953ef4 commit 3ee647b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/src/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

`google_download(URL, IO)`

Download flie from Google Drive or Google Sheets.
The above function only Download file from google drive.
Download a file from Google Drive or Google Sheets.

#### Example

Downloading CSV file from Drive using google_download function
Downloading a ZIP file from Drive using the `google_download` function
```
julia> google_download("https://drive.google.com/file/d/0B9w48e1rj-MOLVdZRzFfTlNsem8/view", open("file.csv", "w"))
"/home/iamtejas/Downloads/file.csv"
julia> google_download("https://drive.google.com/file/d/0B9w48e1rj-MOLVdZRzFfTlNsem8/view", open("file.zip", "w"))
"/home/iamtejas/Downloads/file.zip"
```

0 comments on commit 3ee647b

Please sign in to comment.