From a1812a5db21cb4e877b7156c77b933a5dc359def Mon Sep 17 00:00:00 2001 From: Thom Page Date: Thu, 9 Jun 2016 16:29:48 -0400 Subject: [PATCH] revisions --- .../2_pokemon_views_starter/homework_instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server_hw_resources/2_pokemon_views_starter/homework_instructions.md b/server_hw_resources/2_pokemon_views_starter/homework_instructions.md index 11c6681..18fead9 100644 --- a/server_hw_resources/2_pokemon_views_starter/homework_instructions.md +++ b/server_hw_resources/2_pokemon_views_starter/homework_instructions.md @@ -6,8 +6,8 @@ Make a Pokemon app that displays data inside server-side rendered views. ## App -- When a user goes to the '/pokemon' route they will see an `index` of pokemon: an image of each pokemon rendered to the page. -- When a user clicks on a pokemon image, they will be taken to that pokemon's `show` page, and will see the pokemon's name, image, types, and stats (hp, attack, and defense only). +- When a user goes to the '/pokemon' route they will see an `index` of pokemon: the names of each pokemon rendered to the page. +- When a user clicks on a pokemon image, they will be taken to that pokemon's `show` page, and will see the pokemon's name and image. ### Structure