Skip to content

Commit e9c4963

Browse files
committed
fix typos
1 parent 2b8f849 commit e9c4963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/gtk4/simple-bar/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This example shows you how to get a TypeScript+Blueprint+Sass project going.
3535
- developing
3636

3737
```sh
38-
meson setup build --wipe --prefix "$pwd/result"
38+
meson setup build --wipe --prefix "$(pwd)/result"
3939
meson install -C build
4040
./result/bin/simple-bar
4141
```

examples/gtk4/simple-bar/py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This example shows you how to get a Python+Blueprint+Sass project going.
2727
- developing
2828

2929
```sh
30-
meson setup build --wipe --prefix "$pwd/result"
30+
meson setup build --wipe --prefix "$(pwd)/result"
3131
meson install -C build
3232
./result/bin/simple-bar
3333
```

examples/gtk4/simple-bar/vala/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This example shows you how to get a Vala+Blueprint+Sass project going.
2626
- developing
2727

2828
```sh
29-
meson setup build --wipe --prefix "$pwd/result"
29+
meson setup build --wipe --prefix "$(pwd)/result"
3030
meson install -C build
3131
./result/bin/simple-bar
3232
```

0 commit comments

Comments
 (0)