Skip to content

Commit

Permalink
Readme file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramtamtam committed Oct 11, 2019
1 parent ac51d8b commit 8d43fe9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="https://tinypng.com/images/apng/panda-waving.png" alt="Logo" width="128" />
</p>

# :panda_face: CLI tool for images compressing
# CLI tool for images compressing

![Release version][badge_release_version]
![Project language][badge_language]
Expand Down Expand Up @@ -60,29 +60,29 @@ Compress all images in **current** directory:
$ docker run --rm -v "$(pwd):/rootfs:rw" -w /rootfs tarampampam/tinifier -k 'YOUR-API-KEY-GOES-HERE' .
```

### :star2: Testing
### Testing

For application testing we use built-in golang testing feature and `docker-ce` + `docker-compose` as develop environment. So, just write into your terminal after repository cloning:

```shell
$ make test
```

## :notebook: Changes log
## Changes log

[![Release date][badge_release_date]][link_releases]
[![Commits since latest release][badge_commits_since_release]][link_commits]

Changes log can be [found here][link_changes_log].

## :ambulance: Support
## Support

[![Issues][badge_issues]][link_issues]
[![Issues][badge_pulls]][link_pulls]

If you will find any package errors, please, [make an issue][link_create_issue] in current repository.

## :eyes: License
## License

This is open-sourced software licensed under the [MIT License][link_license].

Expand Down

0 comments on commit 8d43fe9

Please sign in to comment.