Skip to content

Commit

Permalink
Update NPM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS authored Jul 21, 2016
1 parent e929784 commit d020446
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NPM.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ var count = Enumerable.asEnumerable( [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] )
```
For live examples please follow links to ([Node](https://tonicdev.com/eniks/using-linq)) or ([Browser](https://jsfiddle.net/ENikS/pyvjcfa0)).

### Using in browser
[Browserified](//browserify.org/) [standalone](//github.com/substack/node-browserify#usage) [UMD](//github.com/umdjs/umd) module is located in ./dist directory and could be accessed through [NPMCDN service](//npmcdn.com). Both [linq.js](//npmcdn.com/linq-es2015/dist/linq.js) and [linq.min.js](//npmcdn.com/linq-es2015/dist/linq.min.js) are available. [[See Example](//jsfiddle.net/ENikS/pyvjcfa0/)]


## Naming Convention
When library is used in TypeScript method names follow original C# convention (Name starts with capital letter). It is done for compatibility reasons so that code could be cut/pasted from C# with just minor reformatting.
If used directly in JavaScript names follow [camelCase](https://en.wikipedia.org/wiki/CamelCase) notation.
Expand Down

0 comments on commit d020446

Please sign in to comment.