mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 18:40:08 +00:00
updated docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b180412f68
commit
63c717b4ea
11
README.md
11
README.md
@ -25,13 +25,22 @@ Disadvantages compared to the `class` syntax:
|
||||
- Slightly more complicated calling of `parent` (_super_) methods
|
||||
|
||||
|
||||
## Basic usage
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
$ npm install ig-object
|
||||
|
||||
```
|
||||
|
||||
Or just download and drop _object.js_ into your code.
|
||||
|
||||
|
||||
## Basic usage
|
||||
|
||||
|
||||
Include the code, this is compatible with both [node's](https://nodejs.org/) and
|
||||
[RequireJS'](https://requirejs.org/) `require(..)`
|
||||
```javascript
|
||||
var object = require('ig-object')
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user