Skip to content

Commit e3ec23b

Browse files
authored
Update README.md
1 parent 30dc3f3 commit e3ec23b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
## Objectives
1111

12-
*"Do one thing and do it well"* — Per the [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy), emphasis was placed on building simple, short, clear, modular, and extensible code that can be easily maintained and repurposed.
12+
_"Do one thing and do it well"_ — Per the [Unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy), emphasis was placed on building simple, short, clear, modular, and extensible code that can be easily maintained and repurposed.
1313

14-
*Portability*[POSIX](https://en.wikipedia.org/wiki/POSIX) compliance ensures seamless compatibility and interoperability between variants of Unix and other operating systems.
14+
_Portability_[POSIX](https://en.wikipedia.org/wiki/POSIX) compliance ensures seamless compatibility and interoperability between variants of Unix and other operating systems.
1515

16-
*Usability* — Commands and shortcuts should feel natural and accessible using a [standard 104-key US keyboard layout](https://en.wikipedia.org/wiki/Keyboard_layout). Where possible, the number of keystrokes shall be minimized.
16+
_Usability_ — Commands and shortcuts should feel natural and accessible using a [standard 104-key US keyboard layout](https://en.wikipedia.org/wiki/Keyboard_layout). Where possible, the number of keystrokes shall be minimized.
1717

1818
Usage
1919
-----
@@ -40,7 +40,7 @@ Features
4040

4141
- No dependencies other than a [C99 compiler](https://gcc.gnu.org/).
4242
- Complies with [RFC 2812](https://tools.ietf.org/html/rfc2812) standard.
43-
- Ability to log the entire chat history (see "Usage" section for more information).
43+
- Ability to log the entire chat history (see _Usage_ section for more information).
4444
- vi-like command shortcuts:
4545

4646
```shell

0 commit comments

Comments
 (0)