diff --git a/README.md b/README.md index 8cec6f4..224038b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ -Bunyan is a simple and fast a JSON Logger for node.js services (and a `bunyan` -CLI tool for nicely viewing those logs). +Bunyan is **a simple and fast a JSON logging library** for node.js services and +**a `bunyan` CLI tool** for nicely viewing those logs). + +![bunyan CLI screenshot](https://raw.github.com/trentm/node-bunyan/master/tools/screenshot1.png) Server logs should be structured. JSON's a good format. Let's do that: a log record is one line of `JSON.stringify`'d output. Let's also specify some common diff --git a/tools/screenshot1.png b/tools/screenshot1.png new file mode 100644 index 0000000..90e7d5f Binary files /dev/null and b/tools/screenshot1.png differ