From 078543e9160230e321a36cae978d91af6400e2f1 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 6 Dec 2022 12:34:20 -0500 Subject: [PATCH] Bring over the words from ljsth-bandolier to keep it consistent. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1971c..46c1f80 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # bandolier-template -This is the template project that's checked out and configured when you run the bando-up command from ljsthw-bandolier. This is where the code really lives. +The Bandolier is an educational web framework featured in the Learn JavaScript the Hard Way course. The Bandolier contains all of the features a full stack developer would need to learn, but with smaller easier to understand implementations that are fully visible in the project. + +This is the template project that's checked out and configured when you run the bando-up command from [ljsthw-bandolier](https://git.learnjsthehardway.com/learn-javascript-the-hard-way/ljsthw-bandolier#ljsthw-bandolier). This is where the code really lives. ## Installation