Skip to content

Commit 607f155

Browse files
committed
small readme fix
1 parent 0cde16e commit 607f155

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,22 +108,22 @@ You have seen that by using 'resetUpload' property, you can reset the module eas
108108
```
109109
to reset the module hassle-free anytime.
110110
111-
#####Points to note:
111+
##### Points to note:
112112
- Files are uploaded in FormData format.
113113
114-
###Coming Soon:
114+
### Coming Soon:
115115
- Multiple themes.
116116
- Drag n Drop.
117117
- More customization options.
118118
119119
#### For Versions < 2.x :
120-
#####Example-1
120+
##### Example-1
121121
```html
122122
<angular-file-uploader
123123
[uploadAPI]="'https://example-file-upload-api'">
124124
</angular-file-uploader>
125125
```
126-
#####Example-2
126+
##### Example-2
127127
```html
128128
<angular-file-uploader
129129
[multiple]="true"
@@ -148,7 +148,7 @@ You have seen that by using 'resetUpload' property, you can reset the module eas
148148

149149
You have seen that by using 'resetUpload' property, you can reset the module easily, however if you need to reset more than one time, there's a better way of doing that( bcoz in 'resetUpload' property, you have to make it as false in order to use it again):-
150150

151-
#####Example-3
151+
##### Example-3
152152
```html
153153
<angular-file-uploader #fileUpload1
154154
[multiple]="true"
@@ -177,5 +177,5 @@ You have seen that by using 'resetUpload' property, you can reset the module eas
177177
```
178178
to reset the module hassle-free anytime.
179179
180-
#####Points to note:
180+
##### Points to note:
181181
- Files are uploaded in FormData format.

0 commit comments

Comments
 (0)