Skip to content

Commit 3391c9b

Browse files
committed
Revise examples section in README
Updated examples section with links to GitHub repositories.
1 parent 36e23af commit 3391c9b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ Example route composition:
3333

3434
#### examples
3535

36-
Load runnable examples with ASDF:
36+
You can find the examples at:
3737

38-
```lisp
39-
(ql:quickload :io.github.cl-sdk.wst.example.url-shortener)
40-
(ql:quickload :io.github.cl-sdk.wst.example.bookmark-manager)
41-
```
38+
- [cl-sdk/wst-url-shortener-example](https://github.com/cl-sdk/wst-url-shortener-example)
39+
- [cl-sdk/wst-bookmark-example](https://github.com/cl-sdk/wst-bookmark-example)
4240

4341
# license
4442

0 commit comments

Comments
 (0)