An Objective-C wrapper for Mac OS X’s FSEvents C API.
Revision | 353f33812787a43a379e08b4e9098b500ae22fdb (tree) |
---|---|
Time | 2011-11-28 06:01:23 |
Author | Aron Cedercrantz <aron@cede...> |
Commiter | Aron Cedercrantz |
Fix an apostrophe.
@@ -37,7 +37,7 @@ | ||
37 | 37 | <span class="small">by <a href="https://github.com/rastersize">rastersize</a></span></h1> |
38 | 38 | |
39 | 39 | <div class="description"> |
40 | - <p>CDEvents is an Objective-C wrapper for Mac OS X's <a href="http://developer.apple.com/mac/library/documentation/Darwin/Reference/FSEvents_Ref/FSEvents_h/index.html" title="The FSEvents C API documentation on Apples developer site">FSEvents C API</a> with support for blocks. Furthermore, all the classes are immutable.</p> | |
40 | + <p>CDEvents is an Objective-C wrapper for Mac OS X’s <a href="http://developer.apple.com/mac/library/documentation/Darwin/Reference/FSEvents_Ref/FSEvents_h/index.html" title="The FSEvents C API documentation on Apples developer site">FSEvents C API</a> with support for blocks. Furthermore, all the classes are immutable.</p> | |
41 | 41 | </div> |
42 | 42 | |
43 | 43 | <h2 id="usage">Usage</h2> |
@@ -79,8 +79,7 @@ | ||
79 | 79 | <p>If you need to support older versions of OS X or garbage collection please see the branch <a href="https://github.com/rastersize/CDEvents/tree/support%2F1.1" title="CDEvents support branch 1.1 with support for GC and OS X 10.5">support/1.1</a> All 1.1.x version will support garbage collection and OS X 10.5.</p> |
80 | 80 | |
81 | 81 | <h2>Author</h2> |
82 | - <p>Aron Cedercrantz (my first name: aron @ my last name: cedercrantz dot se, or <a href="http://github.com/inbox/new/rastersize" title="Send Aron Cedercrantz (rastersize) a message via GitHub">send me a message via GitHub</a>) | |
83 | -<br/> </p> | |
82 | + <p>Aron Cedercrantz (my first name: aron @ my last name: cedercrantz dot se, or <a href="http://github.com/inbox/new/rastersize" title="Send Aron Cedercrantz (rastersize) a message via GitHub">send me a message via GitHub</a>).</p> | |
84 | 83 | |
85 | 84 | |
86 | 85 | <h2>Download</h2> |