From efb8dd40d6f1f6a9f63d2423e90325a591878ad5 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Tue, 5 Jul 2016 12:20:24 -0400 Subject: [PATCH] Update README.md --- unit_03/w08d02/homework/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/unit_03/w08d02/homework/README.md b/unit_03/w08d02/homework/README.md index 38da37d..f105963 100644 --- a/unit_03/w08d02/homework/README.md +++ b/unit_03/w08d02/homework/README.md @@ -3,7 +3,7 @@ # WDI-PANTHALASSA --- -Title: Cyper & Shuffler
+Title: Cipher & Shuffler
Type: Homework
Duration: "4:00"
Creator:
@@ -42,7 +42,12 @@ Also make it so the user can decode an encoded message. https://en.wikipedia.org/wiki/Caesar_cipher -You can put this Caesar Cipher code in a separate js file (before your main `app.js`), and then reference the `caesarShift` function in your angular controller. +You can put this Caesar Cipher code (or the code that you wrote a few weeks ago for the morning exerice) in a separate js file (before your main `app.js`), and then reference the `caesarShift` function in your angular controller. + +**Commit 1**
+
+"Commit 1: Made an app.js with my Caesar Cipher function." +
In the example in the above image, the `amount` is set to `12` for encoding, and `-12` for decoding.