Skip to content

Commit

Permalink
docs: change title zipping with cron and remove contributions link
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnumardini authored Dec 26, 2020
1 parent a2446a3 commit 4214483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ logn.ErrorLog(fmt.Sprintln("error message!"))
#### parameter
* if you have complex string, you can format first using ```fmt.Sprintf()``` or ```fmt.Sprintln()``` before input in the parameters

### To run zip log directory using cron
### Zipping log using cron
* set ```logn.CronZip(1)```at your init func
* set like this ```./app logn_zip_run``` when run your app

#### parameter
* fill in the parameter with the position of the argument according to what you set, param type is int

## Contributing
Let's build this Logn library to make it even better, The contribution guide can be found in [here](CONTRIBUTIONS.md).
Let's build this Logn library to make it even better.

## License
Logn is under the [MIT License](LICENSE.md)

0 comments on commit 4214483

Please sign in to comment.