Change domain suffix to .com

This commit is contained in:
Alen Mistric 2018-09-16 06:54:03 +02:00
parent b5ab96db87
commit db4b81e2e4

View File

@ -1,7 +1,7 @@
Bottle-SQLite
=============
[![Build Status](https://travis-ci.org/alenmeister/bottle-sqlite.svg?branch=master)](https://travis-ci.org/alenmeister/bottle-sqlite)
[![Build Status](https://travis-ci.com/alenmeister/bottle-sqlite.svg?branch=master)](https://travis-ci.com/alenmeister/bottle-sqlite)
SQLite is a self-contained SQL database engine that runs locally and does not
require any additional server software or setup. The sqlite3 module is part of the