Skip to content

Commit dcc534c

Browse files
docs: Tidy up README.md
1 parent 33e99fb commit dcc534c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ Commands pertaining to LookML Projects.
589589
```
590590
591591
#### Managing Project Files (`looker-cli project file`)
592-
Manage the files inside your Looker project using undocumented Looker API endpoints.
592+
Manage the files inside your Looker project.
593593
594594
* **`ls <project_id>`**: List all files in a project:
595595
```bash
@@ -637,10 +637,10 @@ Commands to retrieve and run queries.
637637
```bash
638638
# Run by ID
639639
./looker-cli query runquery 123 --token-file
640-
640+
641641
# Run by slug
642642
./looker-cli query runquery "abc123xyz" --token-file
643-
643+
644644
# Run using raw JSON query definition
645645
./looker-cli query runquery '{"model":"dev","view":"users","fields":["id"]}' --token-file
646646

0 commit comments

Comments
 (0)