Update README.md

This commit is contained in:
Lucas 2021-09-16 21:56:52 -03:00 committed by GitHub
parent 3f43ea9b41
commit 618a0ef9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,12 @@ An php interface for publishing microblogposts to your selfhosted [twtxt.txt](ht
2. Make a post
3. Copy+Paste
# Meta
## Warnings
- The emojis widget will not put the emoji selected into the write box, it will put it in your clipboard
- When you close your browser, your posts will delete
## Meta
Code based on [register-with-txt by Gabriel de Jesus](https://github.com/gabrieldejesus/register-with-txt)
and bits of php to make it write just one line of twtxt compliant data at a time.