From 46e6e8da4ac64511941cb8312a766124e2e84031 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 29 Feb 2024 09:01:21 +0100 Subject: [PATCH] Docs changed --- exercises/practice/acronym/.docs/instructions.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exercises/practice/acronym/.docs/instructions.md b/exercises/practice/acronym/.docs/instructions.md index c62fc3e8..b8679a7c 100644 --- a/exercises/practice/acronym/.docs/instructions.md +++ b/exercises/practice/acronym/.docs/instructions.md @@ -1,6 +1,6 @@ # Instructions -Convert a phrase to its acronym. +Convert a phrase to its acronym.... Techies love their TLA (Three Letter Acronyms)! @@ -10,8 +10,8 @@ Punctuation is handled as follows: hyphens are word separators (like whitespace) For example: -|Input|Output| -|-|-| -|As Soon As Possible|ASAP| -|Liquid-crystal display|LCD| -|Thank George It's Friday!|TGIF| +| Input | Output | +| ------------------------- | ------ | +| As Soon As Possible | ASAP | +| Liquid-crystal display | LCD | +| Thank George It's Friday! | TGIF |