diff --git a/readme.markdown b/readme.markdown index d40fded..89f7a22 100644 --- a/readme.markdown +++ b/readme.markdown @@ -505,7 +505,7 @@ For a package named "foobar", the recommended project structure is the following └── src └── foobar.nim # Imported via `import foobar` └── tests # Contains the tests - ├── nim.cfg + ├── config.nims ├── tfoo1.nim # First test └── tfoo2.nim # Second test