Skip to content

Commit bd52c82

Browse files
committed
README: Add section for Coding Guidelines
1 parent 5af14d8 commit bd52c82

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# WooCommerce for iOS
22

3-
## Getting Started
4-
5-
- [Coding Style Guide](coding-style-guide.md)
6-
73
## Architecture
84

95
- [Architecture](ARCHITECTURE.md)
106
- [Networking](NETWORKING.md)
117
- [Storage](STORAGE.md)
128
- [Yosemite](YOSEMITE.md)
9+
10+
## Coding Guidelines
11+
12+
### Coding Style
13+
14+
The guidelines for how Swift should be written and formatted can be found in the [Coding Style Guide](coding-style-guide.md).
15+

0 commit comments

Comments
 (0)