diff --git a/README.md b/README.md index 97d930d..3f995a1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ DDBC ==== -[![DUB Package](https://img.shields.io/dub/v/ddbc.svg)](https://code.dlang.org/packages/ddbc) [![CI](https://github.com/buggins/ddbc/workflows/CI/badge.svg)](https://github.com/buggins/ddbc/actions?query=workflow%3ACI) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/buggins/ddbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![DUB Package](https://img.shields.io/dub/v/ddbc.svg)](https://code.dlang.org/packages/ddbc) [![CI](https://github.com/buggins/ddbc/actions/workflows/dub.yml/badge.svg)](https://github.com/buggins/ddbc/actions/workflows/dub.yml) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/buggins/ddbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) DDBC is DB Connector for D language (similar to JDBC) @@ -190,4 +190,4 @@ The examples should also run, make sure to change to the _example_ directory and In the case of the ODBC connection _FreeTDS_ is just an example, if you have _msodbcsql17_ driver installed use that instead. -Also, you may want to only run a single database image at a time. In that case you can do `docker-compose up ` \ No newline at end of file +Also, you may want to only run a single database image at a time. In that case you can do `docker-compose up `