Skip to content

Commit

Permalink
fix readme bug
Browse files Browse the repository at this point in the history
  • Loading branch information
coderyi committed Nov 14, 2015
1 parent c533010 commit 2d4cd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ add the code in AppDelegate.m
<pre>
#import "NEHTTPEye.h"
#if defined(DEBUG)||defined(_DEBUG)
[NEHTTPEye setEnabled:NO];
[NEHTTPEye setEnabled:YES];
#endif
</pre>

Expand Down

0 comments on commit 2d4cd82

Please sign in to comment.