Skip to content

Commit d21c267

Browse files
committed
Update README.md
1 parent ed86eca commit d21c267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var MyCtrl = [ '$scope', '$upload', function($scope, $upload) {
5151
$scope.upload = $upload.upload({
5252
url: 'server/upload/url', //upload.php script, node.js route, or servlet url
5353
// method: POST or PUT,
54-
// headers: {'headerKey': 'headerValue'},
54+
// headers: {'header-key': 'header-value'},
5555
// withCredentials: true,
5656
data: {myObj: $scope.myModelObj},
5757
file: file, // or list of files: $files for html5 only

0 commit comments

Comments
 (0)