summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennyballou <kballou@onyx.boisestate.edu>2013-03-18 12:35:01 -0600
committerkennyballou <kballou@onyx.boisestate.edu>2013-03-18 12:35:01 -0600
commit746d430c10778854fe26216c60ef1ffe85c35563 (patch)
tree3ccb16be20117adbdd649af702e846f21c1a3d7a
parentd0278ba0d04003627d5cf7fc6cc0d1e34b0466f1 (diff)
downloadxnt-746d430c10778854fe26216c60ef1ffe85c35563.tar.gz
xnt-746d430c10778854fe26216c60ef1ffe85c35563.tar.xz
Update zip example README Build
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 3a16fcb..328436d 100644
--- a/README.rst
+++ b/README.rst
@@ -212,7 +212,7 @@ Here is a simple ``build.py``::
@xnt.target
def package():
rebuild()
- xnt.zip("bin", "packaged.zip")
+ xnt.create_zip("bin", "packaged.zip")
@xnt.target
def default():