uncomment IRC notification, change links in readme to ipkn/crow

This commit is contained in:
mnpk 2015-06-22 10:12:58 +09:00
parent 2bacbaa52a
commit 5e5cabcea3
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
language: cpp
notifications:
# irc: "chat.freenode.net##crow"
irc: "chat.freenode.net##crow"
compiler:
- gcc

View File

@ -2,8 +2,8 @@
Crow is C++ microframework for web. (inspired by Python Flask)
![Travis Build](https://travis-ci.org/mnpk/crow.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/mnpk/crow/badge.svg?branch=master)](https://coveralls.io/r/mnpk/crow?branch=master)
![Travis Build](https://travis-ci.org/ipkn/crow.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/ipkn/crow/badge.svg?branch=master)](https://coveralls.io/r/ipkn/crow?branch=master)
```c++
#include "crow.h"