From a65ea49f25f43449d23acdafe6e0277e4e347e6d Mon Sep 17 00:00:00 2001 From: Nola Dodd Date: Sat, 30 Dec 2023 15:28:48 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1d8467..f4d45b4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ I worked on this project while attending Thinkful/Chegg Skills's Software Engineering bootcamp. This project includes working with code through JavaScript, and writing tests through Mocha and Chai. +[Decoder Ring Website](https://noladodd.github.io/Decoder-Ring/) + ## The Caesar Shift The first decoder is a Caesar Shift, a type of substitution cipher originally used by Julius Caesar. It relies on taking the alphabet and "shifting" letters to the right or left, based on the typical alphabetic order.