README: Add missing semicolon

This commit is contained in:
adisbladis 2020-03-27 23:16:11 +00:00
parent 41341346c2
commit d5be1a8bb8
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -115,7 +115,7 @@ Provides a source filtering mechanism that:
```nix
poetry2nix.cleanPythonSources {
src = ./.
src = ./.;
}
```