Skip to content

Commit f40b458

Browse files
committed
#37 update README.md
1 parent 7d51ce9 commit f40b458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/src/view/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# View and ViewModel
22

3-
1画面にViewとViewModelがワンセット作成するのが基本スタイルです。ディレクトリ構成はキャメルケースの最初のブロックで作成するのを推奨しています。
3+
1画面にViewとViewModelをワンセット作成するのが基本スタイルです。ディレクトリ構成はキャメルケースの最初のブロックで作成するのを推奨しています。
44

5-
The basic style is to create one set of View and ViewModel per screen. It is recommended that the directory structure be created using the first block of camelCase.
5+
The basic style is to create one set of View and ViewModel per screen. It is recommended that the directory structure be organized using the first segment in camelCase.
66

77
## Example of directory structure
88

0 commit comments

Comments
 (0)