From f4ca9d0689e31d11a86a77e7cc7671ce627e88da Mon Sep 17 00:00:00 2001 From: Andy Turner Date: Tue, 12 Nov 2019 11:36:35 +0000 Subject: [PATCH] Addressing reviewer comments --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50921fd8..4069b4f4 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ writer, and then reviewed by the rest of the group once complete. 2. Code snippets are placed in subdirectories that are named according to the episode they appear in. For example, if the snippet is for episode 12, then it will be in a subdirectory called `12`. - 3. In the episodes source, snippets are included using Liquid scripting `include` statements. For - example, the first snippet in episode 12 is included using `{% include /snippets/12/info.snip %}`. + 3. In the episodes source, snippets are included using [Liquid](https://shopify.github.io/liquid/) + scripting `include` statements. For example, the first snippet in episode 12 is included using + `{% include /snippets/12/info.snip %}`. Please contribute any configurations you create for your local systems back into the HPC Carpentry snippets library.