Skip to content

Commit df232c6

Browse files
committed
docs: clean-up readme
1 parent 7f727c5 commit df232c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ versions.
1717

1818
## Installation
1919

20-
```bash
20+
```sh
2121
npm i -D serverless-plugin-function-value
2222
```
2323

2424
## Usage
2525

26-
```yaml
26+
```yml
2727
service: test
2828

2929
plugins:
@@ -82,15 +82,15 @@ LTS version is tested against.
8282

8383
Install dependencies via `npm`.
8484

85-
```bash
85+
```sh
8686
npm i
8787
```
8888

8989
### Linting
9090

9191
Execute linters via `npm`.
9292

93-
```bash
93+
```sh
9494
# git, javascript and markdown
9595
npm run lint
9696
@@ -108,7 +108,7 @@ npm run lint:md
108108

109109
Execute tests via `npm`.
110110

111-
```bash
111+
```sh
112112
# lint, unit tests and integration tests
113113
npm test
114114
@@ -123,7 +123,7 @@ npm run test:integration
123123

124124
Execute formatters via `npm`.
125125

126-
```bash
126+
```sh
127127
# javascript and markdown
128128
npm run format
129129
@@ -138,7 +138,7 @@ npm run format:md
138138

139139
Run a build via `npm`.
140140

141-
```bash
141+
```sh
142142
npm run build
143143
```
144144

0 commit comments

Comments
 (0)