aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormnpk <mwpark@castis.com>2015-06-22 10:12:58 +0900
committermnpk <mwpark@castis.com>2015-06-22 10:12:58 +0900
commit5e5cabcea3b4d2d4f202359de2cce2cd49ceaff2 (patch)
tree7f04106f6fe3819c9f0be2623e9f2e11e8095377 /README.md
parent2bacbaa52a7805998bb63330ad5c544881b71f44 (diff)
downloadcrow-5e5cabcea3b4d2d4f202359de2cce2cd49ceaff2.tar.gz
crow-5e5cabcea3b4d2d4f202359de2cce2cd49ceaff2.zip
uncomment IRC notification, change links in readme to ipkn/crow
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0a832c..6bd66f0 100644
--- a/README.md
+++ b/README.md
@@ -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"