Skip to content

Commit 59bc6c0

Browse files
authored
Merge pull request #78 from isleofcode/seo
chore(seo): work on improving google visibility
2 parents 59c81a3 + 3519c0e commit 59bc6c0

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#ember-cordova (beta)
1+
# Ember Cordova (beta)
22

33
[![Build Status](https://travis-ci.org/isleofcode/ember-cordova.svg?branch=feat%2Ftravis)](https://travis-ci.org/isleofcode/ember-cordova)
44

5-
ember-cordova simplifies building Cordova applications with Ember.js.
5+
ember-cordova simplifies building Cordova and Crosswalk applications with Ember.js.
66

77
It includes a CLI for builds, hooks, device event bindings, and handles splash screens, icons and a growing number of supported Ember/Cordova plugin bindings.
88

@@ -16,15 +16,15 @@ It includes a CLI for builds, hooks, device event bindings, and handles splash s
1616
It is a beta fork of ember-cli-cordova, but should have similar
1717
stability. It includes new features discussed below.
1818

19-
##Platforms & Requirements
19+
## Platforms & Requirements
2020

2121
ember-cordova has been tested and works on Ember 1.13 &
2222
greater, including 2+.
2323

2424
When push comes to shove we are likely to only support Ember 2.4 or
2525
greater.
2626

27-
##Getting Started
27+
## Getting Started
2828

2929
If you are migrating from ember-cli-cordova, read the [migration
3030
guide](docs/migration-from-ember-cli.md).

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ember-cordova",
33
"version": "0.1.11",
4-
"description": "A tool for creating hybrid apps with Ember",
4+
"description": "Tooling for cordova and crosswalk hybrid applications built with Ember",
55
"homepage": "https://github.com/isleofcode/ember-cordova",
66
"repository": {
77
"type": "git",
@@ -46,6 +46,9 @@
4646
"keywords": [
4747
"ember-addon",
4848
"cordova",
49+
"ember-cli-cordova",
50+
"ember",
51+
"tooling",
4952
"phonegap",
5053
"crosswalk",
5154
"hybrid",

0 commit comments

Comments
 (0)