Skip to content

Commit f66b332

Browse files
author
Pikachu920
authored
Fix forgotten markdown
1 parent 6d2cb79 commit f66b332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
Intuitive http server functionality for [Skript](https://www.github.com/bensku/Skript) using the [Spark Framework](https://github.com/perwendel/spark).
44

5+
Example:
6+
```
57
web server on port 8080:
68
get /users/%{_user}%:
79
set body of event-response to "%ip of event-request% requested user ##%{_user}%, from the path %path of event-request%"
810
get *:
911
send back "oh shit"
1012
post /postTest:
1113
send back "noted"
14+
```

0 commit comments

Comments
 (0)