This is a Secret Santa game CLI tool.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo in README.md

authored by

Marcos Gabarda and committed by
GitHub
5a43ba03 13f64374

+1 -1
+1 -1
README.md
··· 1 1 # Secret Santa CLI 2 2 3 - This is a Secret Santa gane CLI tool. It takes a `.yaml` file to configure the game, setting up the participants and the exclusions. 3 + This is a Secret Santa game CLI tool. It takes a `.yaml` file to configure the game, setting up the participants and the exclusions. 4 4 5 5 Then, uses [Mailgun API](https://documentation.mailgun.com/docs/mailgun/user-manual/get-started/) to send the results of the draw via email. 6 6