fix dos file
This commit is contained in:
parent
fb75746602
commit
be525cb688
30
README.md
30
README.md
@ -1,15 +1,15 @@
|
||||
# Consts
|
||||
|
||||
A bunch of useful constants to make code more readable
|
||||
|
||||
## Modules
|
||||
|
||||
- http: http status codes
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
const consts = require('@scode/consts');
|
||||
|
||||
const status = consts.http.status_ok;
|
||||
```
|
||||
# Consts
|
||||
|
||||
A bunch of useful constants to make code more readable
|
||||
|
||||
## Modules
|
||||
|
||||
- http: http status codes
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
const consts = require('@scode/consts');
|
||||
|
||||
const status = consts.http.status_ok;
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user