From b1760dde4eea50b05f20826dbceef98c56545142 Mon Sep 17 00:00:00 2001 From: Roy Reveltas Date: Mon, 1 May 2017 05:26:32 +0100 Subject: [PATCH] Update README.md Let's float the JS Standard sticker to the top right, it's more efficient this way. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c01a57..10a28e0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ node-klaw-sync [![Build Status](https://travis-ci.org/manidlou/node-klaw-sync.svg?branch=master)](https://travis-ci.org/manidlou/node-klaw-sync) [![windows Build status](https://ci.appveyor.com/api/projects/status/braios34k6qw4h5p/branch/master?svg=true)](https://ci.appveyor.com/project/manidlou/node-klaw-sync/branch/master) -Standard JavaScript +Standard JavaScript `klaw-sync` is a Node.js recursive file system walker, which is the synchronous counterpart of [klaw](https://github.com/jprichardson/node-klaw). It lists all files and directories inside a directory recursively and returns an array of objects that each object has two properties: `path` and `stats`. `path` is the full path of the file or directory and `stats` is an instance of [fs.Stats](https://nodejs.org/api/fs.html#fs_class_fs_stats).