You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
53
53
This guide introduces you how can interact with points platform through easy examples. Adicionally, I'll show you how to configure the server api.
54
54
55
-
### User Roles
55
+
### User Roles (under cosstruction)
56
56
57
57
Each user has a role that allow perform different actions on the platform. Next I'll show each role and its associated actions.
58
58
@@ -525,9 +525,9 @@ _Guidelines:
525
525
3. Then a client spent N points there are transfered to an entity acount to control the amount of spent points.
526
526
527
527
How we implement this with _points_?
528
-
You can see the exercise resolution in an executable scenario in[exercise_2](scripts/exercises/exercise_2) script. You must execute next command to run the exercise:
528
+
You can see the exercise resolution in an executable scenario under[exercise_2](scripts/exercises/exercise_2) script. You must execute next command to run the exercise:
529
529
```bash
530
-
$ bash scripts/exercises/exercise_1
530
+
$ bash scripts/exercises/exercise_2
531
531
```
532
532
533
533
##### Exercise 3: X company offer buy with points that belong to Y company clients.
0 commit comments