diff --git a/README.md b/README.md index 9059a46..b8312e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/seadsystem/Backend.svg)](https://travis-ci.org/seadsystem/Backend) [![Coverage Status](https://coveralls.io/repos/seadsystem/Backend/badge.svg?branch=master&service=github)](https://coveralls.io/github/seadsystem/Backend?branch=master) +[![Build Status](https://travis-ci.org/seadsystem/landingzone.svg)](https://travis-ci.org/seadsystem/landingzone) [![Coverage Status](https://coveralls.io/repos/seadsystem/landingzone/badge.svg?branch=master&service=github)](https://coveralls.io/github/seadsystem/landingzone?branch=master) #Go Landing Zone The Go Landing Zone is a high speed, concurrent TCP server which listens for connections from SEAD plugs on port 9000. The plug requests its configuration from the server before beginning to send the buffered data it collects. This stream of packets is decoded, and the data is bulk inserted into the Postgres database in the background to be later queried by the API.