diff --git a/readme.md b/readme.md index fdc5817..9721086 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,8 @@ Alpacka by modmore is a base service class for MODX packages, and a (growing) collection of common utilities for MODX packages. It is meant to be included as a composer package. +[![Build Status](https://circleci.com/gh/modmore/Alpacka.svg?style=svg)](https://circleci.com/gh/modmore/Alpacka) + To use Alpacka, your base service class will need to extend the `modmore\Alpacka\Alpacka` class. There is a (very) simple example service implementation in tests/Example.php.