Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Correct small typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Mathieu Potvin authored Aug 20, 2021
1 parent 52c1940 commit 8fcfb88
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,14 @@ them in a CSV file in `PATH_DIR_PRICES`.
collection.
+ This creates file `PATH_FILE_COLLECTION_PRICE`.

# Schedule regular pipeline runs with `cron`
# Schedule regular runs with `cron`

`cron` is a robust tool that automates (almost) any kind of tasks on a server.
It has been around forever (since 1975). It can be used to automate the
pipelines and run them on a regular basis.
It has been around forever (since 1975). It can be used to automate pipelines
and run them on a regular basis. If you have enver used `cron`, you can follow
this [great tutorial](https://www.digitalocean.com/community/tutorials/how-to-use-cron-to-automate-tasks-ubuntu-1804).

If you have enver used `cron`, you can follow this
[great tutorial](https://www.digitalocean.com/community/tutorials/how-to-use-cron-to-automate-tasks-ubuntu-1804).

Then, you can add jobs listed in `cron/crontab` to your own `crontab`
configuration file.
You can add jobs listed in `cron/crontab` to your own `crontab` configuration file.

# The `Collection` object

Expand Down

0 comments on commit 8fcfb88

Please sign in to comment.