Skip to content

Commit

Permalink
fix some links and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stig committed Sep 21, 2010
1 parent fcbe580 commit 136947b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
6 changes: 2 additions & 4 deletions Installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JSON Framework Installation
===========================

The simplest way to start using the JSON Framework in your iPhone, iPad, or Mac application is to import the source into your application.
The simplest way to start using the JSON Framework in your iPhone, iPad, or Mac application is to simply copy the JSON sources into your Xcode project.

1. Drag the JSON folder from the distribution.
1. Drop it on the **Classes** group in the **Groups & Files** menu of your Xcode project.
Expand All @@ -15,8 +15,6 @@ If you're upgrading from a previous version, make sure you're deleting the old J

Trouble-shooting
----------------

Check to see if the answers to the [Frequently Asked Questions][faq] are of any help.


[faq]: http://code.google.com/p/json-framework/wiki/FAQ
[faq]: http://github.com/stig/json-framework/wiki/FrequentlyAskedQuestions
11 changes: 4 additions & 7 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
JSON Framework
==============

A strict Objective-C JSON framework
-----------------------------------

JSON is a light-weight data interchange format that's easy to read and
write for humans and computers alike. This framework implements a strict
JSON parser and generator in Objective-C.
Expand All @@ -22,10 +19,10 @@ Features
Links
-----

* The [source][src], on GitHub.
* Official releases are available from the Google Code [project page][proj].
* The GitHub [project page][src].
* The online [API documentation][api].
* The new [website][web].

[proj]: http://code.google.com/p/json-framework
[api]: http://stig.github.com/json-framework/api
[src]: http://github.com/stig/json-framework
[web]: http://stig.github.com/json-framework
[src]: http://github.com/stig/json-framework

0 comments on commit 136947b

Please sign in to comment.