bar -> baz in the subdomains doc

This commit is contained in:
Aaron Blankstein
2018-03-09 15:38:20 -05:00
committed by GitHub
parent 256313a237
commit 7ed8d342ff

View File

@@ -273,7 +273,7 @@ The API endpoints `/v1/users/<foo.bar.tld>`,
For example:
```
curl http://localhost:6270/v1/names/bar.foo.id | python -m json.tool
curl http://localhost:6270/v1/names/baz.foo.id | python -m json.tool
```
Will return:
@@ -289,8 +289,6 @@ Will return:
}
```
The integration test registers `bar.foo.id` during the setup (so remember that for your own testing!)
### Running an interactive testing environment with the Subdomain Registrar service
Follow the [instructions here](../integration_tests/README.md) to download the regtesting Docker image.