Skip to content

Commit

Permalink
README.md: Add "missing" curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Feb 26, 2023
1 parent 5387922 commit 26b06ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ So what is shared with the application by default then?
| `/dev` | new devtmpfs |
| `/dev/dri` | read-write with device access |
| `/etc` | read-only bind mount |
| `$HOME` | new tmpfs |
| `$HOME/.wine` | new tmpfs |
| `${HOME}` | new tmpfs |
| `${HOME}/.wine` | new tmpfs |
| `/lib` | read-only bind mount |
| `/lib32` | read-only bind mount |
| `/lib64` | read-only bind mount |
Expand Down

0 comments on commit 26b06ce

Please sign in to comment.