Skip to content

Commit fda1ffc

Browse files
Update README.md
1 parent 1b39241 commit fda1ffc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ Build an application for a events social network that provides the following:
3232
## Requirements
3333
1. Create project using any technology of your preference. It’s perfectly OK to use vanilla code or any framework or libraries;
3434
2. Although you can use as many dependencies as you want, you should manage them wisely;
35-
2. The API should be covered by unit tests;
36-
3. It is not necessary to send the notification emails, however, the code required for that would be welcome.
35+
3. The API should be covered by unit tests;
36+
4. It is not necessary to send the notification emails, however, the code required for that would be welcome;
37+
5. The API must be documented in some way.
3738

3839
## Deliverables
3940
The project source code and dependencies should be made available in GitHub. Here are the steps you should follow:
@@ -59,6 +60,7 @@ Use the following checklist to ensure high quality of the project.
5960
- First of all, the application should run without errors.
6061
- Are all requirements set above met?
6162
- Is coding style consistent?
63+
- The API is well documented?
6264

6365
## Submission
6466
1. A link to the Github repository.

0 commit comments

Comments
 (0)