diff --git a/README.md b/README.md index c0055983..997b4835 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Logo](logo.png) + # tqdm [![Build Status](https://travis-ci.org/tqdm/tqdm.svg?branch=master)](https://travis-ci.org/tqdm/tqdm) @@ -7,7 +9,7 @@ Instantly make your loops show a progress meter - just wrap any iterable with "t tqdm (read taqadum, تقدّم) means "progress" in arabic. -![ScreenShot](tqdm.gif) +![Screenshot](tqdm.gif) You can also use trange(N) as a shortcut for tqdm(xrange(N)) diff --git a/logo.png b/logo.png new file mode 100644 index 00000000..644531ac Binary files /dev/null and b/logo.png differ