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
@@ -75,7 +75,7 @@ Can perfom all functions like a root user on Linux OS.
75
75
76
76
### Account
77
77
78
-
An accounts belongs to a user and contain money under given currency.
78
+
Belongs to an user and contains amount in a given currency.
79
79
80
80
### Mix Tasks
81
81
@@ -507,7 +507,7 @@ _Guidelines:_
507
507
3. When a client spent N points there are transfered to an entity acount to control the amount of spent points.
508
508
509
509
How we implement this with _points_?
510
-
You can see the exercise resolution in an executable scenario in [scripts/exercise_1](scripts/exercise_1) script. You must execute next command to run the exercise:
510
+
You can see the exercise resolution in an executable scenario in [scripts/exercises/exercise_1](scripts/exercises/exercise_1) script. You must execute next command to run the exercise:
511
511
```bash
512
512
$ bash scripts/exercise_1
513
513
```
@@ -525,7 +525,7 @@ _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 [scripts/exercise_2](scripts/exercise_2) script. You must execute next command to run the exercise:
528
+
You can see the exercise resolution in an executable scenario in [scripts/exercises/exercise_2](scripts/exercises/exercise_2) script. You must execute next command to run the exercise:
0 commit comments