Skip to content

Commit

Permalink
Removed JavaScriptCore from public headers. Mocha can now be used wit…
Browse files Browse the repository at this point in the history
…hout adding JSC to a project.
  • Loading branch information
logancollins committed Aug 8, 2012
1 parent b382aba commit 0361dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mocha is a runtime that bridges JavaScript to Objective-C. It is built on top of

## Usage

Instances of the `Mocha` class are representations of a runtime. A runtime can be used either through shared instance (returned from `-sharedRuntime`) or by creating an instance by calling `-init`.
Instances of the `Mocha` class are representations of a runtime. A runtime can be used either through shared instance (returned from `+sharedRuntime`) or by creating an instance by calling `-init`.


## Values and Boxed Objects
Expand Down

0 comments on commit 0361dc8

Please sign in to comment.