aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-23 03:50:45 +0900
committernsfisis <nsfisis@gmail.com>2025-04-23 04:03:31 +0900
commitaf78ada00c645a98b3e149b206cfe75daf9d1aed (patch)
tree5a0645726a369cc922c43dfe546fdb9568a3407b /README.md
parent9d11dba9813a05bd7c4b15cac4163c0160a9d08f (diff)
downloadtiny-php.wasm-af78ada00c645a98b3e149b206cfe75daf9d1aed.tar.gz
tiny-php.wasm-af78ada00c645a98b3e149b206cfe75daf9d1aed.tar.zst
tiny-php.wasm-af78ada00c645a98b3e149b206cfe75daf9d1aed.zip
pass custom stdout/stderrHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ba182c7..e14a57e 100644
--- a/README.md
+++ b/README.md
@@ -8,13 +8,13 @@ Article about this repo (Japanese): https://blog.nsfisis.dev/posts/2023-10-02/co
## Build
```
-$ docker build -t php-wasm .
+$ docker build -t tiny-php.wasm .
```
## Run
```
-$ echo 'echo "Hello, World!", PHP_EOL;' | docker run --rm -i php-wasm
+$ echo 'echo "Hello, World!", PHP_EOL;' | docker run --rm -i tiny-php.wasm
```
## License