Skip to content

Commit e7f149a

Browse files
committed
Refine some expressions to make docs clearer
1 parent aae4b58 commit e7f149a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/core/initialization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When you use the `cocoindex` command-line tool, the library is automatically ini
3434
* Loaded variables do **not** override existing system ones.
3535

3636
2. **Automatic Library Initialization**:
37-
* The CLI automatically prepares everything using environment variables — no manual setup required.
37+
* Then, the CLI automatically prepares everything using loaded environment variables — no manual setup required.
3838
* Your script (e.g. `main.py`) is just used to discover defined flows.
3939

4040
See [Environment Variables](#environment-variables) for supported variables.

docs/docs/getting_started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ It interacts with users and search the database by calling the `search()` method
268268
269269
### Step 4.4: Run queries against the index
270270
271-
Now we can run the same Python file, which will run the new main function:
271+
Now we can run the same Python file, which will run the new added main logic:
272272
273273
```bash
274274
python quickstart.py

0 commit comments

Comments
 (0)