Update 'README.md'

This commit is contained in:
sose 2019-10-17 01:24:14 -04:00
parent ca2bc1eacc
commit e9beb53e61
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ currently there is:
- **listening**
- a backend is a shell script with a `listen` function
- this function is expected to coninuosly output post data it recives like so:
```
```
New post
board:<board name>
parent:<parent of post>
@ -50,7 +50,7 @@ currently there is:
image_name:<name of image>
image content:<base64 encoded image>
End new post
```
```
- as long as the backend has a listen function that outputs data to stdout like this,
shi doesn't care where it comes from.
- **db**