Browse Source

fixed typo

master
Brett Langdon 13 years ago
parent
commit
60ada14265
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -18,7 +18,7 @@ npm install v8type
* `FUNCTION - `'function'` * `FUNCTION - `'function'`
* `NULL` - `'null'` * `NULL` - `'null'`
* `NUMBER` - `'number'` * `NUMBER` - `'number'`
* `NUMBER_OBJECT` - `'number_object'` (`new Number(1))
* `NUMBER_OBJECT` - `'number_object'` (`new Number(1)`)
* `OBJECT` - `'object'` * `OBJECT` - `'object'`
* `PRIMITIVE` - `'primitive'` (useful with `v8type.instance` function only) * `PRIMITIVE` - `'primitive'` (useful with `v8type.instance` function only)
* `REGEXP` - `'regexp'` * `REGEXP` - `'regexp'`


Loading…
Cancel
Save