Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 0cb2f81

Browse files
committed
Improve docs
1 parent ab01719 commit 0cb2f81

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]
66

77

8-
# [![Mocks Server][logo-url]][website-url] Plugin for administrating Mocks Server through a REST API.
8+
# [![Mocks Server][logo-url]][website-url] Mocks Server Plugin Admin Api
99

10-
Plugin for [Mocks Server][[website-url]] providing an API REST that allows to change dinamically the current behavior, change delay time, and another [Mocks Server options][options-url]
10+
Plugin for [Mocks Server][website-url] that provides an API REST that allows to change dinamically the current behavior, change delay time, and another [Mocks Server options][options-url].
1111

12-
This is __very useful when running acceptance tests, as you can change the behavior of the api__ simply with a request in your tests `before` method, for example.
12+
This is __very useful when running acceptance tests, as you can change the behavior of the api__ simply making an HTTP request in your tests `before` method, for example.
1313

1414
## Usage
1515

@@ -22,9 +22,9 @@ Available api resources are:
2222
* `GET` `/mocks/behaviors/current` Returns current behavior.
2323
* `PUT` `/mocks/behaviors/current` Set current behavior.
2424
* Request body example: `{ "name": "behavior-name" }`
25-
* `GET` `/mocks/settings` Return current server settings.
25+
* `GET` `/mocks/settings` Returns current server settings.
2626
* Response body example: `{ "delay": 0 }`
27-
* `PUT` `/mocks/settings` Change current server settings.
27+
* `PUT` `/mocks/settings` Changes current server settings.
2828
* Request body example: `{ "delay": 3000 }`
2929

3030
## Contributing

0 commit comments

Comments
 (0)