瀏覽代碼

Update README.md

Tal Kol 8 年之前
父節點
當前提交
2aabfca7bb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      example-redux/README.md

+ 3
- 3
example-redux/README.md 查看文件

@@ -12,6 +12,6 @@ A simple usage example for an app based on redux. If you're not using redux, tak
12 12
 
13 13
 ## Folder Structure
14 14
 
15
-* `screens/` - all your app screens, every screen is a redux connected ("smart") component
16
-* `components/` - all react sub-components, they are not aware of redux ("dumb") and get everything by props
17
-* `reducers/` - all of your redux goodness (reducts and their actions) goes here, all business logic should be here
15
+* `src/screens/` - all your app screens, every screen is a redux connected ("smart") component
16
+* `src/components/` - all react sub-components, they are not aware of redux ("dumb") and get everything by props
17
+* `src/reducers/` - all of your redux goodness (reducts and their actions) goes here, all business logic should be here