From 000e74985340b00ac7c6deef845ddbbc3407433d Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Mon, 17 Jul 2017 15:01:11 -0400 Subject: [PATCH] Rename docs/features/README.md to docs/features.md --- docs/{features/README.md => features.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{features/README.md => features.md} (99%) diff --git a/docs/features/README.md b/docs/features.md similarity index 99% rename from docs/features/README.md rename to docs/features.md index 72187d2d4..0de662293 100644 --- a/docs/features/README.md +++ b/docs/features.md @@ -102,4 +102,4 @@ case MACRO_RAISED: update_tri_layer(LAYER_LOWER, LAYER_RAISED, LAYER_ADJUST); } break; -``` \ No newline at end of file +```