Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
obedmr authored Sep 30, 2020
1 parent 3514262 commit 6164763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/progress-notifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Your program should generate a new `input-encoded.txt` file with the result. The
Decoding
--------
```
./base64 --decode encoded.txt
./base64 --decode input-encoded.txt
```
Your program will generate a `decoded.txt` file witg the result.
Your program will generate a `input-decoded.txt` file witg the result. The decoded file name must have the following naming convention `<input-file>-decoded.txt`.


How to test?
Expand Down

0 comments on commit 6164763

Please sign in to comment.