From 7a89ff1a2057e5053bdf542edbf5006ec859269f Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Fri, 17 Mar 2017 14:01:25 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5e8859744..f39d5311bb 100644 --- a/README.md +++ b/README.md @@ -245,8 +245,8 @@ no_ratings: true The use of tabs, as on pages like https://docs.docker.com/engine/api/, requires the use of HTML. The tabs use Bootstrap CSS/JS, so refer to those docs for more advanced usage. For a basic horizontal tab set, copy/paste starting from this -basic code and implement from there. Keep an eye on those `#id` references as -you go. +code and implement from there. Keep an eye on those `href="#id"` and `id="id"` +references as you rename, add, and remove tabs. ```