sumon88 пре 3 година
родитељ
комит
c8152715f0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ The Giphy search app will be responsible :-
 2. When no query passed in, result set should be empty
 3. A basic UI which will display list of images from the result in grid form
 4. If search query is updated, the old result set should reset with new one
-5. Errors should handled with logs and shown to users
+5. Errors should captured on logs
 6. We have done the initial setup for you
 7. Feel free to use any architecture paradigms you want.
 8. Fix code smell/bad usages that you see.