Skip to content

Commit 786b5cb

Browse files
committed
Couple of fixes.
1 parent f3b63a9 commit 786b5cb

File tree

14 files changed

+614
-719
lines changed

14 files changed

+614
-719
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = function (grunt) {
4848
'* @copyright (c) 2014 Jason Dobry <http://jmdobry.github.io/angular-data>\n' +
4949
'* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>\n' +
5050
'*\n' +
51-
'* @overview In-browser data store for Angular.js.\n' +
51+
'* @overview Data store for Angular.js.\n' +
5252
'*/\n'
5353
},
5454
files: {

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## angular-data
22

3-
__An in-browser data store for Angular.js.__
3+
__Data store for Angular.js.__
44

55
__Current version:__ 0.0.1-SNAPSHOT
66

7+
This is a pre-alpha. Not much to see yet, but stay tuned!
8+
79
Copyright (C) 2014 Jason Dobry
810

911
Permission is hereby granted, free of charge, to any person obtaining a copy of

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Jason Dobry",
33
"name": "angular-data",
4-
"description": "An in-browser data store for Angular.js.",
4+
"description": "Data store for Angular.js.",
55
"version": "0.0.1-SNAPSHOT",
66
"homepage": "http://jmdobry.github.io/angular-data/",
77
"repository": {

0 commit comments

Comments
 (0)