README.md in gman-6.0.0 vs README.md in gman-6.0.1
- old
+ new
@@ -83,33 +83,39 @@
### Command line
#### Getting information about a given domain
- $ gman whitehouse.gov
- Domain : whitehouse.gov
- Valid government domain
- Type : federal
- Country : United States
- State : DC
- City : Washington
- Agency : Executive Office of the President
+```
+$ gman whitehouse.gov
+Domain : whitehouse.gov
+Valid government domain
+Type : federal
+Country : United States
+State : DC
+City : Washington
+Agency : Executive Office of the President
+```
The command line tool will accept any domain-like string (email, url, etc.)
- $ gman foo@illinois.gov
- Domain : illinois.gov
- Valid government domain
- Type : state
- Country : United States
- State : IL
- City : Springfield
+```
+$ gman foo@illinois.gov
+Domain : illinois.gov
+Valid government domain
+Type : state
+Country : United States
+State : IL
+City : Springfield
+```
#### Filter
Filters newline-separated email addresses from stdin. Example usage:
- $ gman_filter < path/to/list/of/addresses.txt
+```
+$ gman_filter < path/to/list/of/addresses.txt
+```
## Contributing
Contributions welcome! Please see [the contribution guidelines](CONTRIBUTING.md) for code contributions or for details on how to add, update, or delete government domains.