Skip to content

Commit 489d5e6

Browse files
authored
chore: readme
1 parent b355284 commit 489d5e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dorkgen
22

3-
<div align="center">
3+
<div align="left">
44
<a href="https://github.com/sundowndev/dorkgen/actions">
55
<img src="https://img.shields.io/endpoint.svg?url=https://actions-badge.atrox.dev/sundowndev/dorkgen/badge?ref=master" alt="build status" />
66
</a>
@@ -11,7 +11,7 @@
1111
<img src="https://goreportcard.com/badge/github.com/sundowndev/dorkgen" alt="go report" />
1212
</a>
1313
<a href="https://codeclimate.com/github/sundowndev/dorkgen/maintainability">
14-
<img src="https://api.codeclimate.com/v1/badges/3259feb1c68df1cd4f71/maintainability" />
14+
<img src="https://api.codeclimate.com/v1/badges/e827d7cc994c6519d319/maintainability" />
1515
</a>
1616
<a href="https://github.com/sundowndev/dorkgen/releases">
1717
<img src="https://img.shields.io/github/release/SundownDEV/dorkgen.svg" alt="Latest version" />
@@ -46,10 +46,10 @@ func main() {
4646
// dork := dorkgen.Bing{}
4747

4848
dork.Site("example.com").Intext("06792489265").ToString()
49-
// site:"example.com" "06792489265"
49+
// site:example.com "06792489265"
5050

5151
dork.Site("example.com").Or().Intext("06792489265").ToString()
52-
// site:"example.com" OR "06792489265"
52+
// site:example.com OR "06792489265"
5353

5454
dork.Site("facebook.*").Exclude("site:facebook.com").ToUrl()
5555
// https://www.google.com/search?q=site%3A"facebook.*"+-site%3Afacebook.com

0 commit comments

Comments
 (0)