documentation: fix wording

This commit is contained in:
a-kenji
2024-04-13 12:11:13 +02:00
parent 136b317def
commit ff035d34ed

View File

@@ -66,7 +66,7 @@ Ensure the creation of your project files with a quick directory listing
cd my-clan && ls -la
```
You should see `.clan-flake`, `flake.lock`, and `flake.nix` among the files listed, which means you're all set up!
You should see `.clan-flake`, `flake.lock`, and `flake.nix` among the files listed, which means you're set up!
---