Skip to content

Commit

Permalink
fixed some formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aogilvie committed Apr 24, 2013
1 parent 435a509 commit 1df22d7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ project
-project.xcodeproj
```



1 ) Arrange files to structure seen above.

2 ) Add to cordova.plist in the plugins array;<br />
Expand All @@ -50,19 +48,13 @@ Value : WizAssetsPlugin<br />

3 ) Add \<script\> tag to your index.html

``` <script type="text/javascript" charset="utf-8" src="phonegap/plugin/wizAssets/wizAssets.js"></script>
```
```<script type="text/javascript" charset="utf-8" src="phonegap/plugin/wizAssets/wizAssets.js"></script>```

^ assuming your index.html is setup like tree above


4 ) Follow example code below...






### Install (Android):

Project tree<br />
Expand All @@ -87,8 +79,7 @@ project
1 ) Arrange source files to structure seen above.

2 ) Add to res/xml/config.xml the following line;
```
<plugin name="WizAssetsPlugin" value="jp.wizcorp.phonegap.plugin.WizAssets.WizAssetsPlugin"/>```
```<plugin name="WizAssetsPlugin" value="jp.wizcorp.phonegap.plugin.WizAssets.WizAssetsPlugin"/>```

3 ) Add \<script\> tag to your index.html
```<script type="text/javascript" charset="utf-8" src="phonegap/plugin/wizAssets/wizAssets.js"></script>```
Expand Down

0 comments on commit 1df22d7

Please sign in to comment.