diff --git a/README.rst b/README.rst index 7d71bd3..bfa8811 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ What does it do? A terminal multiplexer makes it possible to run multiple applications in the same terminal. It does this by emulating a vt100 terminal for each application. -There are serveral programs doing this. The most famous are `GNU Screen +There are several programs doing this. The most famous are `GNU Screen `_ and `tmux `_. Pymux is written entirely in Python. It doesn't need any C extension. It runs