Skip to content

Commit

Permalink
add node.js and ts version supports in README
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Jun 12, 2018
1 parent ea29f23 commit fe711c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -19,7 +19,11 @@ Enjoy! Feel free to contribute by opening a PR or Issue. Happy snapping 📷

## Usage

* Tested with TypeScipt 2.9
### Supported Node.js & TypeScript Versions

* TypeScipt 2.9+
* Node.js 6+


### Node.js & ES5

Expand Down
4 changes: 3 additions & 1 deletion docs/index.html
Expand Up @@ -78,8 +78,10 @@ <h1 id="exposure-utility">exposure-utility</h1>
ExposureCalculator that is using full stops.</p>
<p>Enjoy! Feel free to contribute by opening a PR or Issue. Happy snapping 📷 👍</p>
<h2 id="usage">Usage</h2>
<h3 id="supported-node-js-typescript-versions">Supported Node.js &amp; TypeScript Versions</h3>
<ul>
<li>Tested with TypeScipt 2.9</li>
<li>TypeScipt 2.9+</li>
<li>Node.js 6+</li>
</ul>
<h3 id="node-js-es5">Node.js &amp; ES5</h3>
<pre><code class="lang-js"><span class="hljs-keyword">const</span> Exposure = <span class="hljs-built_in">require</span>(<span class="hljs-string">'exposure-utility'</span>)
Expand Down

0 comments on commit fe711c3

Please sign in to comment.