Skip to content

Commit 8c9c49a

Browse files
Yongjae Yilingostar
authored andcommitted
fix README's mistake (#10)
"###1" & "###2" -> "### 1" & "### 2" Make incorrect syntax to correct
1 parent 054fcd7 commit 8c9c49a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Apple의 플랫폼에서 앱 개발을 하기 위해 알아야 하는 필수 언어로 자리잡아가고 있으며, 오픈소스를 통해 그 가능성을 확장하고 있습니다.
44

55

6-
###1. [개발환경](https://github.com/CodersHigh/iOS-App-Dev-Basics/Chapter1/README.md)
6+
### 1. [개발환경](https://github.com/CodersHigh/iOS-App-Dev-Basics/Chapter1/README.md)
77

88
1. [Xcode 살펴보기](https://github.com/CodersHigh/iOS-App-Dev-Basics/tree/master/Chapter1/README.md#1-1-xcode-살펴보기) `샘플코드 : BareBasic`
99
2. [스토리보드](https://github.com/CodersHigh/iOS-App-Dev-Basics/tree/master/Chapter1/README.md#1-2-스토리보드) `샘플코드 : BareBasic`
@@ -14,7 +14,7 @@ Apple의 플랫폼에서 앱 개발을 하기 위해 알아야 하는 필수 언
1414

1515

1616

17-
###2. [Swift Basic](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/Chapter2/README.md) `샘플코드 : SwiftBasics`
17+
### 2. [Swift Basic](https://github.com/CodersHigh/iOS-App-Dev-Basics/blob/master/Chapter2/README.md) `샘플코드 : SwiftBasics`
1818
1. [Swift](https://github.com/CodersHigh/iOS-App-Dev-Basics/tree/master/Chapter2/README.md#2-1-swift)
1919
2. [let 과 var](https://github.com/CodersHigh/iOS-App-Dev-Basics/tree/master/Chapter2/README.md#2-2-let-과-var)
2020
3. [기본 타입들](https://github.com/CodersHigh/iOS-App-Dev-Basics/tree/master/Chapter2/README.md#2-3-기본-타입들)
@@ -83,11 +83,11 @@ Apple의 플랫폼에서 앱 개발을 하기 위해 알아야 하는 필수 언
8383
1. [얼러트와 액션시트](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-1-얼러트와-액션시트)
8484
2. [테이블 셀 액세서리](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-2-테이블-셀-액세서리)
8585
3. [모달 올리고 내리기](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-3-모달-올리고-내리기)
86-
4. [모달로값추가하기_스토리보드준비](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-4-모달로값추가하기_스토리보드준비)
87-
5. [모달로값추가하기_예약클래스리스트뷰구현](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-5-모달로값추가하기예약클래스--리스트뷰구현)
88-
6. [Presenting 관계를 이용해 추가하기-1](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-6-presenting-관계를-이용해-추가하기-1)
89-
7. [Presenting 관계를 이용해 추가하기-2](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-7-presenting-관계를-이용해-추가하기-2)
90-
8. [Unwind세그웨이를이용해추가하기](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-8-unwind세그웨이를이용해추가하기)
86+
4. [모달로값추가하기_스토리보드준비](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-4-모달로값추가하기_스토리보드준비)
87+
5. [모달로값추가하기_예약클래스리스트뷰구현](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-5-모달로값추가하기예약클래스--리스트뷰구현)
88+
6. [Presenting 관계를 이용해 추가하기-1](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-6-presenting-관계를-이용해-추가하기-1)
89+
7. [Presenting 관계를 이용해 추가하기-2](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-7-presenting-관계를-이용해-추가하기-2)
90+
8. [Unwind세그웨이를이용해추가하기](https://github.com/CodersHigh/iOS-Swift-Basics_helloworld/tree/master/Chapter7#7-8-unwind세그웨이를이용해추가하기)
9191

9292

9393

@@ -110,4 +110,4 @@ Apple의 플랫폼에서 앱 개발을 하기 위해 알아야 하는 필수 언
110110
<img src="https://raw.githubusercontent.com/CodersHigh/iOS-App-Dev-Basics/master/SeongkwanYoonProfile.jpg" alt="SeongkwanYoonProfile" height="200" >
111111

112112
애플의 [Distinguished Educator](http://ade.apple.com)로 활동하며 코딩 교육 콘텐츠를 개발하고 있습니다. 개인적으로 디자이너와 개발자간의 소통 방법에 대해 관심이 많습니다.
113-
동국대학교 멀티미디어공학과 겸임교수
113+
동국대학교 멀티미디어공학과 겸임교수

0 commit comments

Comments
 (0)