summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 04:52:37 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 04:52:37 -0400
commit01956bfa51ff8ccea71843911b4f7c8c21667a67 (patch)
tree23dc07ac370dc92802f3dba4129f16994ef2163d
parenteaa62215ae925ce8736286ee7ff0881135360378 (diff)
downloadgetwtxt-01956bfa51ff8ccea71843911b4f7c8c21667a67.tar.gz
updated badges
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index d15ae9f..be6212b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,4 @@
-&nbsp;[![Go Report Card](https://goreportcard.com/badge/github.com/getwtxt/getwtxt)](https://goreportcard.com/report/github.com/getwtxt/getwtxt) 
-&nbsp;[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability-percentage/getwtxt/getwtxt.svg)](https://codeclimate.com/github/getwtxt/getwtxt)
-&nbsp;[![Code Climate issues](https://img.shields.io/codeclimate/issues/getwtxt/getwtxt.svg)](https://codeclimate.com/github/getwtxt/getwtxt/issues)
-&nbsp;[![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/getwtxt/getwtxt.svg)](https://codeclimate.com/github/getwtxt/getwtxt/trends/technical_debt)
-# getwtxt &nbsp;[![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt) 
+# getwtxt &nbsp;[![Build Status](https://travis-ci.com/getwtxt/getwtxt.svg?branch=master)](https://travis-ci.com/getwtxt/getwtxt) [![Go Report Card](https://goreportcard.com/badge/github.com/getwtxt/getwtxt)](https://goreportcard.com/report/github.com/getwtxt/getwtxt) [![Code Climate Maintainability](https://api.codeclimate.com/v1/badges/0e48bd9002de0f84b24e/maintainability)](https://codeclimate.com/github/getwtxt/getwtxt/maintainability)
 
 twtxt registry written in Go! 
 
566e0ee367e9c3c'>a0de7f95 ^
1ec7a5ee ^


a0de7f95 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162