From 67c9a83b1f95180857a9e2279d587b852b651592 Mon Sep 17 00:00:00 2001 From: Mike Mclaren Date: Wed, 1 Jun 2016 16:09:14 -0500 Subject: [PATCH] Adds starter README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..676c360 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# grabByDotNotation [![Build Status](https://travis-ci.org/mikemclaren/grab-by-dot-notation.svg?branch=master)](https://travis-ci.org/mikemclaren/grab-by-dot-notation) [![Coverage Status](https://coveralls.io/repos/github/mikemclaren/grab-by-dot-notation/badge.svg?branch=master)](https://coveralls.io/github/mikemclaren/grab-by-dot-notation?branch=master) + +A pure function that allows you to retrieve a member of an object or an array utilizing dot notation.