Skip to content

Commit

Permalink
docs: clean-up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 committed Feb 3, 2022
1 parent 7f727c5 commit df232c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ versions.

## Installation

```bash
```sh
npm i -D serverless-plugin-function-value
```

## Usage

```yaml
```yml
service: test

plugins:
Expand Down Expand Up @@ -82,15 +82,15 @@ LTS version is tested against.

Install dependencies via `npm`.

```bash
```sh
npm i
```

### Linting

Execute linters via `npm`.

```bash
```sh
# git, javascript and markdown
npm run lint

Expand All @@ -108,7 +108,7 @@ npm run lint:md

Execute tests via `npm`.

```bash
```sh
# lint, unit tests and integration tests
npm test

Expand All @@ -123,7 +123,7 @@ npm run test:integration

Execute formatters via `npm`.

```bash
```sh
# javascript and markdown
npm run format

Expand All @@ -138,7 +138,7 @@ npm run format:md

Run a build via `npm`.

```bash
```sh
npm run build
```

Expand Down

0 comments on commit df232c6

Please sign in to comment.