소스 검색

readme updated

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.