Skip to content

Commit

Permalink
Fixes inconsistent space vs tabs on readme (#364)
Browse files Browse the repository at this point in the history
* Fixes inconsistent space vs tabs on readme

This was creating additional nesting on the readme that was confusing.
It made methods appear as nested methods of siblings.

* Revert LoremPixelUrl; spacing is intended, but Port spacing is not intended.

Co-authored-by: bchavez <[email protected]>
  • Loading branch information
billrob and bchavez committed Mar 3, 2021
1 parent 67a312d commit e6fa408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ In the examples above, all three alternative styles of using **Bogus** produce t
* `DomainWord` - Generates a domain word used for domain names.
* `DomainSuffix` - Generates a domain name suffix like .com, .net, .org
* `Ip` - Gets a random IPv4 address string.
* `Port` - Generates a random port number.
* `Port` - Generates a random port number.
* `IpAddress` - Gets a random IPv4 IPAddress type.
* `IpEndPoint` - Gets a random IPv4 IPEndPoint.
* `Ipv6` - Generates a random IPv6 address string.
Expand Down

0 comments on commit e6fa408

Please sign in to comment.