Skip to content

Commit e211f82

Browse files
committed
Update README
1 parent 8abbd14 commit e211f82

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
@@ -16,13 +16,13 @@
1616

1717
In practice, Devbox works similar to a package manager like `yarn` – except the packages it manages are at the operating-system level (the sort of thing you would normally install with `brew` or `apt-get`). With Devbox, you can install over [400,000 package versions](https://www.nixhub.io) from the Nix Package Registry
1818

19-
Devbox was originally developed by [Jetify](https://www.jetify.com) and is internally powered by `nix`.
19+
Devbox was originally developed by [Jetify](https://www.jetify.com) and is internally powered by `nix`.
2020

2121
## Demo
2222

2323
You can try out Devbox in your browser using the button below:
2424

25-
[![Open In Devbox.sh](https://www.jetify.com/img/devbox/open-in-devbox.svg)](https://devbox.sh/new)
25+
[![Open In Devspace](https://www.jetify.com/img/devbox/open-in-devspace.svg)](https://www.jetify.com/devbox/templates/tutorial)
2626

2727
The example below creates a development environment with `python 2.7` and `go 1.18`, even though those packages are not installed in the underlying machine:
2828

0 commit comments

Comments
 (0)