From 23d2eb45381139a2e7773d69535585818b7cd008 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 9 Mar 2017 09:38:08 +0000 Subject: [PATCH] fix(docs): correct fixtures table (#57) --- test/fixtures/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/fixtures/README.md b/test/fixtures/README.md index cedc747..baade80 100644 --- a/test/fixtures/README.md +++ b/test/fixtures/README.md @@ -3,7 +3,7 @@ This directory contains a number of pre-generated files and directories used by various tests. This file documents which tests use each file, and what for. -File | User(s) | Note ---|--|-- -`has-shrinkwrap.tgz` | `util.extract-shrinkwrap.js` | used to test streaming shrinkwrap extraction. -`no-shrinkwrap.tgz` | `util.extract-shrinkwrap.js` | used to test streaming shrinkwrap extraction. +| File | User(s) | Note | +|----------------------|------------------------------|-----------------------------------------------| +| `has-shrinkwrap.tgz` | `util.extract-shrinkwrap.js` | used to test streaming shrinkwrap extraction. | +| `no-shrinkwrap.tgz` | `util.extract-shrinkwrap.js` | used to test streaming shrinkwrap extraction. |