diff --git a/README.md b/README.md index 17d2b55..335c78f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Composer PThreads +![alt text](https://github.com/iainconnor/composer-pthreads/raw/master/pthreads.png) + A simple library to demonstrate how to use [PThreads](https://github.com/krakjoe/pthreads) in conjunction with the [Composer AutoLoader](https://getcomposer.org/doc/01-basic-usage.md#autoloading). Just use or extend the provided `AutoloadWorker` Class in place of your normal `\Worker`. diff --git a/pthreads.png b/pthreads.png new file mode 100755 index 0000000..495cb8a Binary files /dev/null and b/pthreads.png differ