diff --git a/README.md b/README.md index 5d923d5..893c41f 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,11 @@ Other additional metadata could be added but shouldn't be expected. #### Optional response information -It's common in the gemini world to respond to a particular entry of an author. In that case, author should add a line below the header line with formatted `RE: @author[@capsule.tld] ` +It's common in gemini space to respond to a particular entry from another tinylog. In that case, the author should add a line below the header line indicating which entry it is in reponse to in this format: `Re: @author[@capsule.tld] `. -eg: +Note that the `Re` part is case insensitive, which means either one of `Re`, `RE`, `re`, or even `rE` can be used. + +Example: ``` ## 2021-06-20 22:30 CEST Re: @user 2021-06-20 22:30 CEST @@ -115,7 +117,7 @@ Re: @user@capsule.tld 2021-06-20 22:30 CEST A response to @user: hello, cool post! ``` -It will be up to client to decide to use this information or not. +It will be up to the client to decide whether to use this information or not. # Additional information