Skip to content

Commit 3f4c2a2

Browse files
committed
apply_cust -> add cust
1 parent 4df0cd7 commit 3f4c2a2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/Sample-Basic-Demo.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,18 @@ The sections below explore the system that has been created (which would be simi
7777

7878
While API/UI automation is a great start, it's critical to enforce logic and security. Here's how.
7979

80-
The following `apply_customizations` process simulates:
80+
The following `add_customizations` process simulates:
8181

8282
* Adding security to your project, and
8383
* Using your IDE to declare logic and security in `logic/declare_logic.sh` and `security/declare_security.py`.
8484

8585
> Declared security and logic are shown in the screenshots below.<br>It's quite short - 5 rules, 7 security settings.
8686
87-
To apply customizations, in a terminal window for your project:
87+
To add customizations, in a terminal window for your project:
8888

8989
**1. Stop the Server** (Red Stop button, or Shift-F5 -- see Appendix)
9090

91-
**2. Apply Customizations**
91+
**2. Add Customizations**
9292

9393
```bash
9494
als add-cust
@@ -97,7 +97,7 @@ als add-cust
9797

9898
### Declare Security
9999

100-
The `apply_customizations` process above has simulated the `ApiLogicServer add-auth` command, and using your IDE to declare security in `logic/declare_logic.sh`.
100+
The `add_customizations` process above has simulated the `ApiLogicServer add-auth` command, and using your IDE to declare security in `logic/declare_logic.sh`.
101101

102102
To see security in action:
103103

@@ -137,7 +137,7 @@ Logic (multi-table derivations and constraints) is a significant portion of a sy
137137

138138
Rules are declared in Python, simplified with IDE code completion. The screen below shows the 5 rules for **Check Credit Logic.**
139139

140-
The `apply_customizations` process above has simulated the process of using your IDE to declare logic in `logic/declare_logic.sh`.
140+
The `add_customizations` process above has simulated the process of using your IDE to declare logic in `logic/declare_logic.sh`.
141141

142142
To see logic in action:
143143

@@ -192,7 +192,7 @@ Not only are spreadsheet-like rules 40X more concise, they meaningfully simplify
192192
193193
&nbsp;
194194

195-
The following `apply_iteration` process simulates an iteration:
195+
The following `add_iteration` process simulates an iteration:
196196

197197
* acquires a new database with `Product.CarbonNeutral`
198198

@@ -214,11 +214,11 @@ The following `apply_iteration` process simulates an iteration:
214214

215215
&nbsp;
216216

217-
To apply this iteration, in a terminal window for your project:
217+
To add this iteration, repeat the process above - in a terminal window for your project:
218218

219219
**1. Stop the Server** (Red Stop button, or Shift-F5 -- see Appendix)
220220

221-
**2. Apply Iteration**
221+
**2. Add Iteration**
222222

223223
```bash
224224
als add-cust

0 commit comments

Comments
 (0)