From 0ed033f6a66ba899166349809f0c71de3b79d6bf Mon Sep 17 00:00:00 2001 From: Rob Thomas <109628112+icr8FreeCode@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:15:51 -0500 Subject: [PATCH] Update index.html minor fixes to context --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 972d701..4e34633 100644 --- a/index.html +++ b/index.html @@ -28,11 +28,11 @@

Launch JavaScript Repositories!

Usage:

These instructions assume you have a Git repository setup for tracking file changes on your Operating System.

    -
  1. Find the repository that you need to run the example
  2. +
  3. Find the repository for the example code from the online textbook.
  4. Click the link to go to the github repository.
  5. On Github, navigate to the green "Code" button and Click the down arrow.
  6. Navigate to "Download ZIP" option to download the source code.
  7. -
  8. On your system, navigated to the downloaded content and move or unpack the ZIP folder to a project directory
  9. +
  10. On your system, navigated to the downloaded content and move or unpack the ZIP folder to a project directory.
  11. If, you moved the file to your project directory, unpack the ZIP folder
  12. create a gitignore file
  13. Add replit*.* and .replit to gitignore file