diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-09-05 23:46:51 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-09-05 23:46:51 +0900 |
commit | eba6bb94cfc51820fdcd17c44b37e6e42563bc6b (patch) | |
tree | b4be192ca7b725a190587a2cf00d30215d0668c1 /README.md | |
parent | 479b4e5af17c886aead3762bc2a4ca01e431b91f (diff) |
doc: update README
just move some stuff
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ -# GoBGP: BGP implementation in Go <p align="right">[![Build Status](https://travis-ci.org/osrg/gobgp.svg?branch=master)](https://travis-ci.org/osrg/gobgp/builds)</p> +# GoBGP: BGP implementation in Go +[![Build Status](https://travis-ci.org/osrg/gobgp.svg?branch=master)](https://travis-ci.org/osrg/gobgp/builds) [![Join the chat at https://gitter.im/osrg/gobgp](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/osrg/gobgp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -## Introduction - GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in a modern programming language, [the Go Programming Language](http://golang.org/). |