Fix README.md

This commit is contained in:
Valentin Silyutin
2025-09-23 16:48:21 +04:00
parent c9751a19d7
commit 8f548f66d5

View File

@@ -28,5 +28,5 @@ const send = async (url) => {
}
};
await send('/');
send('/');
```