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

Commit aa32285

Browse files
committed
Change description
1 parent e5d6397 commit aa32285

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Mocks Server
88

9-
Mocks server with extensible fixtures groupables in predefined behaviors. Change behaviors using built-in CLI or REST API.
9+
Mocks server with extensible fixtures groupables in predefined behaviors. Behavior can be changed using built-in CLI or REST API.
1010

1111
## Table of contents
1212

@@ -24,9 +24,9 @@ Mocks server with extensible fixtures groupables in predefined behaviors. Change
2424

2525
## Getting Started
2626

27-
This package provides a server that simulate APIs behaviors. As input, it needs "fixtures", which are responses for specific uris, and "features", which are sets of "fixtures".
27+
This package provides a server that simulates API behaviors. As input, it needs "fixtures", which are responses for specific uris, and "features", which are sets of "fixtures".
2828

29-
It also provide a built-in api which allows to change the currently used "feature" in any moment simply making an http request.
29+
It also provide a built-in CLI and a REST API which allows to change the currently used "feature" in any moment simply making an http request.
3030

3131
## Installation
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xbyorange/mocks-server",
33
"version": "1.0.0",
4-
"description": "Mocks server with extensible fixtures groupables in predefined behaviors. Change behaviors using CLI or REST API",
4+
"description": "Mocks server with extensible fixtures groupables in predefined behaviors. Behavior can be changed using CLI or REST API",
55
"keywords": [
66
"mocks",
77
"server",

0 commit comments

Comments
 (0)