diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46210f6fe..a91ef2175 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ Once you solve a current issue or improvement to Reflex, you can make a PR, and Before submitting, a pull request, ensure the following steps are taken and test passing. In your `reflex` directory run make sure all the unit tests are still passing using the following command. -This will fail if code coverage is below 80%. +This will fail if code coverage is below 70%. ``` bash poetry run pytest tests --cov --no-cov-on-fail --cov-report= ``` diff --git a/docs/kr/README.md b/docs/kr/README.md index c84b47223..b671458d6 100644 --- a/docs/kr/README.md +++ b/docs/kr/README.md @@ -47,7 +47,7 @@ reflex init reflex run ``` -http://localhost:3000에서 앱이 실행됩니다. +http://localhost:3000 에서 앱이 실행 됩니다. 이제 `my_app_name/my_app_name.py`에서 소스코드를 수정할 수 있습니다. Reflex는 빠른 새로고침을 지원하므로 코드를 저장할 때마다 즉시 변경 사항을 볼 수 있습니다.