Skip to content

Commit dca2eb2

Browse files
committed
change name of package
1 parent 4c32577 commit dca2eb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The simpliest localStorage module you will ever use. Allowing you to set,get, an
1414
This module is also available as bower package, install it with such command:
1515

1616
```bash
17-
bower install Angular-localStorage
17+
bower install angular-localStorage
1818
```
1919

2020
1. Your application most likely has a line where you set it as a variable containing your module

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Angular-localStorage",
2+
"name": "angular-localStorage",
33
"version": "0.1.0",
44
"main": "localFactory.js",
55
"ignore": [

0 commit comments

Comments
 (0)