diff options
| author | Levi Bostian <levi.bostian@gmail.com> | 2014-01-06 20:21:29 -0600 | 
|---|---|---|
| committer | Levi Bostian <levi.bostian@gmail.com> | 2014-01-06 20:21:29 -0600 | 
| commit | dcf6331eec9faeefc91eb53f90f17408b7d01857 (patch) | |
| tree | 35db616a1b0a2a5b6b67fc9722251e91b33a5e83 | |
| parent | d935f8fd4e09a2e72a679d75b732d18e451eaf8a (diff) | |
Add name and github page to contributors list.
| -rw-r--r-- | objective-c.html.markdown | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/objective-c.html.markdown b/objective-c.html.markdown index 53f155a6..98179f97 100644 --- a/objective-c.html.markdown +++ b/objective-c.html.markdown @@ -4,6 +4,7 @@ language: Objective-C  contributors:      - ["Eugene Yagrushkin", "www.about.me/yagrushkin"]      - ["Yannick Loriot", "https://github.com/YannickL"] +    - ["Levi Bostian", "https://github.com/levibostian"]  filename: LearnObjectiveC.m  --- | 
