<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,34 +1,36 @@
-=== WP-JSON ===
-Contributors: hising
-Donate link: http://frontendbook.com/
-Tags: json, feed
-Requires at least: 2.5
-Tested up to: 2.7
+# WP-JSON
+* Contributors: hising
+* Donate link: http://frontendbook.com/
+* Tags: json, feed
+* Requires at least: 2.5
+* Tested up to: 2.7
+
+## Introduction
 
 WP-JSON Lets you easily syndicate your feed as JSON enabling easy third party JavaScript integration.
 
-== Description ==
+## Description
 
 WP-JSON is a plugin that easily enables you start syndicating your blog entries using JSON. This enables third party integration with JavaScript solutions cross domain without use of proxy. Supports JSON-callback parameter. Inspired by this [blog post](http://blog.julienviet.com/2008/08/14/json-support-for-wordpress/) but now bundled as a plugin and with support for PHP installations lower than 5.2.0
 
-== Installation ==
+## Installation
 1. Upload the wp-json folder to your plugin directory
 2. Activate the WP-JSON plugin in the plugin section of your blog admin interface
 3. Test that your blog responses correctly:
 3.1 With mod_rewrite enabled
-	http://yourblog.com/feed/json/?callback=method_name
+	http://yourblog.com/feed/json/?callback=method
 3.2 With mod_rewrite disabled
-	http://yourblog.com/?feed=json&amp;callback=method_name
+	http://yourblog.com/?feed=json&amp;callback=method
 
-== Frequently Asked Questions ==
+## Frequently Asked Questions
 
-= How do I grab the JSON Feed? =
+### How do I grab the JSON Feed?
 
 You can either use http://yourblog.com/[path/]feed/json/?callback=method or if you do not have mod_rewrite enabled: http://yourblog.com/[path/]?feed=json&amp;callback=method
 
-= Where can I find an example of this in use? =
+### Where can I find an example of this in use?
 
 Try http://frontendbook.com/feed/json/?callback=method and you should see our feed syndicated in JSON.
 
-= Can you recommend any good JavaScript library for reading JSON? = 
+### Can you recommend any good JavaScript library for reading JSON?
 Yes, I can, I prefer using [jQuery](http://jquery.com)
\ No newline at end of file</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>40fd72ad78a013b817d39800462a0d27ed36f557</id>
    </parent>
  </parents>
  <author>
    <name>Mattias Hising</name>
    <email>hising@gmail.com</email>
  </author>
  <url>http://github.com/hising/wp-json/commit/fa7343fa5b0f1ab47d2b318bfcca2e2ad4907ab6</url>
  <id>fa7343fa5b0f1ab47d2b318bfcca2e2ad4907ab6</id>
  <committed-date>2008-12-19T06:17:33-08:00</committed-date>
  <authored-date>2008-12-19T06:17:33-08:00</authored-date>
  <message>Updated Markdown</message>
  <tree>93a1b300479d09f710791b25a50471c4f65cd326</tree>
  <committer>
    <name>Mattias Hising</name>
    <email>hising@gmail.com</email>
  </committer>
</commit>
