Skip to content

Commit 337d500

Browse files
authored
Update README.md
1 parent e0b880c commit 337d500

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#Source Query
1+
# Source Query
22

33
Command line query tool for source servers. Basically a head for [goseq](https://github.com/hfern/sourceq).
44
Use it to get source server lists from the Valve's master servers (or
55
a custom, ip-specified one).
66

7-
#Installation
7+
# Installation
88
0. You must have [Go](http://golang.org/) Installed (minimum 1.0)
99
0. Make sure your GOPATH is added to your system's PATH (it isn't by default)
1010
* You can find your current GOPATH by running `go env`
@@ -15,11 +15,11 @@ a custom, ip-specified one).
1515
### Update
1616
To update Source Query, simply run `go get -u github.com/hfern/sourceq`
1717

18-
#Usage
18+
# Usage
1919

2020
There are two types of queries that can be done with Source Query: Master Server querying and individual Source Server queying.
2121

22-
##Master Queries
22+
## Master Queries
2323

2424
A `sourceq master` command will querying a Source Master Server to obtain a list of servers.
2525
By default, only IPs are returned by the Master server. If only the IP field is requested
@@ -119,7 +119,7 @@ Servers running Counter Strike currently on map de_dust2
119119

120120
sourceq master -f gamedir:cstrike -f map:de_dust2
121121

122-
###Master Examples
122+
### Master Examples
123123

124124

125125
General help for querying master servers
@@ -140,4 +140,4 @@ List the usable filters, regions, and fields that can be used.
140140

141141
Dump a JSON list of servers to the file "servers.json"
142142

143-
sourceq master --fields "ip,name" --json > servers.json
143+
sourceq master --fields "ip,name" --json > servers.json

0 commit comments

Comments
 (0)