Skip to content

Commit

Permalink
Ajustados Readme ... etc...
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviuzz committed Oct 28, 2016
1 parent d429e12 commit 3d3a433
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# A Blank PhoneGap App
# Juego demostracion de las capacidades del acelerometro

## Usage

### PhoneGap CLI

$ phonegap create my-app --template blank

### Desktop

In your browser, open the file:
Expand Down
8 changes: 4 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.phonegap.helloworld" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Hello World</name>
<name>Juego</name>
<description>
A blank PhoneGap app.
Juego demostracion de las capacidades del acelerometro.
</description>
<author email="[email protected]" href="http://phonegap.com">
PhoneGap Team
<author email="[email protected]" href="http://devscola.org">
Devscola
</author>
<content src="index.html" />
<access origin="*" />
Expand Down
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"name": "phonegap-template-blank",
"name": "MOOC-game",
"version": "1.1.0",
"description": "blank template for phonegap and cordova projects",
"description": "Juego demostracion de las capacidades del acelerometro",
"repository": {
"type": "git",
"url": "git+https://github.com/phonegap/phonegap-app-blank.git"
"url": "git+https:////github.com/devscola/MOOC-game.git"
},
"keywords": [
"ecosystem:phonegap",
"ecosystem:cordova",
"cordova:template",
"phonegap:template"
],
"author": "PhoneGap Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/phonegap/phonegap-app-blank/issues"
},
"homepage": "https://github.com/phonegap/phonegap-app-blank#readme"
"author": "Devscola",
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>Blank App</title>
<title>Juego</title>
</head>
<body>
<script type="text/javascript" src="cordova.js"></script>
Expand Down

0 comments on commit 3d3a433

Please sign in to comment.