Skip to content

Commit b407ddd

Browse files
committed
Minor README tweaks.
1 parent 8b44ece commit b407ddd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
ShellWeb
22
==============================
33

4-
ShellWeb is a minimalistic HTTP server, that's slowly developed during educational process in [Russian Technological University MIREA](https://www.mirea.ru/) as a part of Operating systems course.
4+
ShellWeb is a minimalistic HTTP server, that's slowly developed during
5+
educational process in
6+
[Russian Technological University MIREA](https://www.mirea.ru/)
7+
as a part of Operating systems course.
58

69
ShellWeb relies upon the following external commands outside POSIX:
710

@@ -11,7 +14,8 @@ ShellWeb relies upon the following external commands outside POSIX:
1114
* [[ ... ]];
1215
* [nc(1)](https://man.openbsd.org/nc.1), OpenBSD netcat.
1316

14-
Many other Bourne-style shells offer similar functionality, so ShellWeb should work there as well. Different netcat implementations should work as well.
17+
Many other Bourne-style shells offer similar functionality, so ShellWeb should
18+
work there as well. Different netcat implementations should work, too.
1519

1620
Coding guide
1721
------------------------------

0 commit comments

Comments
 (0)