From 2094174df2a44775fc31ce676f027931a6a6b861 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 24 Apr 2013 18:31:42 -0600 Subject: [PATCH] added note that null is returned on error --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cd125b2..40eba02 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Turns a string such as `1.0.6-1+build-623` into the object , build: 'build-623' } +returns `null` on **error** + ### stringify(semverObject) Creates a string such as `1.0.6-1+build-623` from the object