Skip to content

Commit

Permalink
Update playwright post
Browse files Browse the repository at this point in the history
  • Loading branch information
jslmorrison committed Jun 18, 2024
1 parent 0ac064c commit 68a96e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content-org/playwright.org
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To begin, create =flake.nix= file with the following content:
};
}
#+end_src
then enter the development shell and create new virtual env:
then enter the development shell:
#+begin_src bash :no-expand :noeval
nix develop
#+end_src
Expand Down
2 changes: 1 addition & 1 deletion content/posts/playwright.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To begin, create `flake.nix` file with the following content:
}
```

then enter the development shell and create new virtual env:
then enter the development shell:

```bash
nix develop
Expand Down

0 comments on commit 68a96e5

Please sign in to comment.