diff --git a/README.md b/README.md index d8cab11..d017183 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,16 @@ Not all teams use every convention documented here and others may be tweaked to * [Automatic Reference Counting](MethodsAndImplementations/AutomaticReferenceCounting.md) * [Early Returns](MethodsAndImplementations/EarlyReturns.md) * [Implicit Boolean Conversion](MethodsAndImplementations/ImplicitBooleanConversion.md) + * [Naming](MethodsAndImplementations/Naming.md) * [Redundant Method Invocations](MethodsAndImplementations/RedundantMethodInvocations.md) * [Object Creation](ObjectCreation.md) + * [ClassInitialization](ObjectCreation/ClassInitialization.md) * [Objective-C++](ObjectiveCpp.md) * [PreprocessorDirectives.md](PreprocessorDirectives.md) * [Properties](Properties.md) + * [Attributes](Properties/Attributes.md) + * [Naming](Properties/Naming.md) + * [Patterns](Properties/Patterns.md) * [Protocols](Protocols.md) * [Delegates and Data Sources](Protocols/DelegatesAndDataSources.md) * [Naming](Protocols/Naming.md)