Skip to content

Commit 809e1fb

Browse files
authored
Update README.md
1 parent 44502fc commit 809e1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The API mainly uses two HTTP methods: `POST` and `GET`. `POST` method is for use
77

88
## Usage
99
### Run
10-
This component cannot be run by itself. In order to run this component, all of the project components must be run using `docker-compose`. See [Recommender Engine - Docker Files](https://github.com/trendyol-data-eng-summer-intern-2019/recom-engine-docker)
10+
This component cannot be run by itself. In order to run this component, all of the project components must be run using `docker-compose`. See [Recommendation Engine - Docker Files](https://github.com/trendyol-data-eng-summer-intern-2019/recom-engine-docker)
1111

1212
### Making a POST Request
1313
New review can be posted to the system by invoking `POST` request to the URL **localhost:8080/users/{userId}/reviews**. For example, if you want to post a review for user with id 2, you should send a `POST` request to following URL path:

0 commit comments

Comments
 (0)