Skip to content

Commit e2c134d

Browse files
authored
[readme][easy] Update readme example (#1076)
## Summary TSIA ## How was it tested?
1 parent 2f1d769 commit e2c134d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ In this quickstart we’ll create a development shell with specific tools instal
8484
3. Add command-line tools from [Nix Packages](https://search.nixos.org/packages). For example, to add Python 3.10:
8585

8686
```bash
87-
devbox add python310
87+
devbox add [email protected]
8888
```
8989

9090
4. Your `devbox.json` file keeps track of the packages you've added, it should now look like this:
9191

9292
```json
9393
{
9494
"packages": [
95-
"python310"
95+
9696
]
9797
}
9898
```

0 commit comments

Comments
 (0)