Skip to content

Commit 94755be

Browse files
authored
Fix Readme.md markdown typos
1 parent 49574b9 commit 94755be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ myApp.controller('MainCtrl', function($scope, localStorageService) {
163163
//...
164164
});
165165
```
166-
###setPrefix
166+
### setPrefix
167167
Change the local storage prefix during execution
168168
**Returns:** `Null`
169169
```js
@@ -173,7 +173,7 @@ myApp.controller('MainCtrl', function($scope, localStorageService) {
173173
//...
174174
});
175175
```
176-
###getStorageType
176+
### getStorageType
177177
**Returns:** `String`
178178
```
179179
myApp.controller('MainCtrl', function($scope, localStorageService) {

0 commit comments

Comments
 (0)