Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kaisellgren/DartZip
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisellgren committed Sep 27, 2012
2 parents 00985ce + 02e270e commit 4a81986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import 'package:dart_zip/zip.dart';
import 'dart:io';
void main() {
var zip = new Zip(test.zip');
var zip = new Zip('test.zip');
zip.addFileFromString('something.txt', 'content goes here');
zip.save();
}
Expand Down

0 comments on commit 4a81986

Please sign in to comment.