From 719005908a7b4c0307d83ef614804c468ad142c4 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Tue, 18 Jan 2022 02:00:00 +0300 Subject: [PATCH] Update README --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c6c0353..f672d07 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# YANS +# :newspaper: YANS **YANS** (*Yet Another NNTP Server*) is a server implementation of NNTP protocol (according to [RFC 3977](https://datatracker.ietf.org/doc/html/rfc3977)) in Go. @@ -12,26 +12,26 @@ - :x: Authentication #### Commands -- :construction: CAPABILITIES -- :heavy_check_mark: DATE -- :construction: LIST -- :heavy_check_mark: LIST NEWSGROUPS -- :construction: MODE READER -- :heavy_check_mark: QUIT -- :x: BODY -- :x: GROUP -- :x: HDR -- :x: HEAD -- :x: HELP -- :x: IHAVE -- :x: LAST -- :x: LISTGROUP -- :x: NEWGROUPS -- :x: NEWNEWS -- :x: NEXT -- :x: OVER -- :x: POST -- :x: STAT +- :construction: `CAPABILITIES` +- :heavy_check_mark: `DATE` +- :construction: `LIST` +- :heavy_check_mark: `LIST NEWSGROUPS` +- :construction: `MODE READER` +- :heavy_check_mark: `QUIT` +- :x: `BODY` +- :x: `GROUP` +- :x: `HDR` +- :x: `HEAD` +- :x: `HELP` +- :x: `IHAVE` +- :x: `LAST` +- :x: `LISTGROUP` +- :x: `NEWGROUPS` +- :x: `NEWNEWS` +- :x: `NEXT` +- :x: `OVER` +- :x: `POST` +- :x: `STAT` ## License