Skip to content

Commit 213645d

Browse files
committed
Update readme to mention samples
1 parent a7e09c4 commit 213645d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

00-quick-start/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ After you receive a response, you can exit the CLI:
151151

152152
The course provides a sample app that you'll explore and improve throughout the course using the CLI *(You can see the code for this in /samples/book-app-project)*. Check that the *Python book collection terminal app* works before you get started. Run `python` or `python3` depending on your system.
153153

154+
> **Note:** The primary examples use Python (`samples/book-app-project`), but JavaScript (`samples/book-app-project-js`) and C# (`samples/book-app-project-cs`) versions are also available if you prefer to work in those languages.
155+
154156
```bash
155157
cd samples/book-app-project
156158
python book_app.py list

0 commit comments

Comments
 (0)