@ -28,7 +28,7 @@ To then start the noise, enter:
```
sudo tcpdump -nql | teller
And it should work. For the last command, it will again ask you to enter your
And it should work. For the last command, it may also again ask you to enter your
password.
## How to compile
@ -77,7 +77,7 @@ int main(int argc, char** argv)
}
catch (const toml::parse_error& err)
{
std::cerr << "Parsing failed:\n" << err << "\n";
std::cerr << "Could not read configuration files, using built-in defaults" <<endl;
trackertbl = toml::parse(trackerstoml);
conftbl = toml::parse(tellertoml);