diff --git a/README.md b/README.md
index a599cd1..911b1b3 100644
--- a/README.md
+++ b/README.md
@@ -739,7 +739,7 @@ and anti-analysis techniques.
- This is a course on how to be a hacker. Your first four homework assignments walk you through the process of building your own unix shell. You'll be developing it as an open source project, and you will collaborate with each other at various points.
- [Github Page](https://github.com/mikeizbicki/ucr-cs100)
- [Assignments](https://github.com/mikeizbicki/ucr-cs100/tree/2015winter/assignments)
-- [CS 108](http://web.stanford.edu/class/cs108/) **Object Oriented System Design** *Stanford*
+- [CS 108](http://web.stanford.edu/class/cs108/) **Object Oriented System Design** *Stanford*
- Software design and construction in the context of large OOP libraries. Taught in Java. Topics: OOP design, design patterns, testing, graphical user interface (GUI) OOP libraries, software engineering strategies, approaches to programming in teams.
- [CS 193p](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) **Developing Applications for iOS** *Stanford University*
- Updated for iOS 7. Tools and APIs required to build applications for the iPhone and iPad platform using the iOS SDK. User interface designs for mobile devices and unique user interactions using multi-touch technologies. Object-oriented design using model-view-controller paradigm, memory management, Objective-C programming language. Other topics include: object-oriented database API, animation, multi-threading and performance considerations.