mirror of
https://github.com/tonytins/PublishTimes.git
synced 2025-03-15 04:01:20 +00:00
Minor tweaks
- Renamed LICENSE to UNLICENSE
This commit is contained in:
parent
8ec45ad07c
commit
2d7cf1f6ca
3 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
// I hereby waive this project under the public domain - see UNLICENSE for details.
|
||||
const string banner = "=== Publish Times ===";
|
||||
|
||||
var numberOfArticles = 5; // Define how many articles to schedule
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Publish Times
|
||||
|
||||
This is a very simple console application that generates a list of times to schedule news with a 2-3 hour delay with a 30 minute time gap per-article.
|
||||
This is a very simple console application that generates a list of times to schedule news with a 2-3 hour delay and a 30 minute time gap per-article.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue