diff --git a/README.md b/README.md index 97ad1a3..ffd0a7d 100644 --- a/README.md +++ b/README.md @@ -133,9 +133,12 @@ pjs -m 'length' -r max file ## Comparison -| Features | pjs | pythonpy | pru | -|-----------------------|---------|-----------|------------| -| Streaming | Yes | No | Yes | -| Implementation | Streams | Iterables | Generators | -| Easy JSON output | Yes | No | No | -| WebscaleTM | YES | No | No | +| Features | pjs | pythonpy | pru | +|-----------------------|------------|------------------------|------------| +| Language | JavaScript | Python | Ruby | +| Streaming | Yes | Limited [1] | Yes | +| Implementation | Streams | Iterables | Generators | +| Easy JSON output | Yes | No | No | +| WebscaleTM | YES | No | No | + +[1] Can't perform "tail -f logfile | py -x x" \ No newline at end of file