diff --git a/module3/lessons/consuming_an_api.md b/module3/lessons/consuming_an_api.md index 8bf3348c..f3208ce5 100644 --- a/module3/lessons/consuming_an_api.md +++ b/module3/lessons/consuming_an_api.md @@ -43,6 +43,7 @@ Because we're getting information about Congress and the House of Representative ```bash $ git clone https://github.com/turingschool-examples/house-salad-7 $ cd house-salad-7 +$ bundle install ``` ```bash