Skip to content

Commit

Permalink
Fix references cl-bodge demo system
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Apr 24, 2019
1 parent f869c7e commit a2c0667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ See `cl-bodge` external [documentation](https://borodust.org/projects/cl-bodge/)
(ql:update-dist "quicklisp")
;; Load the demo
(ql:quickload :cl-bodge/demo)
(ql:quickload :bodge-demo)
;; And run it!
(cl-bodge.demo:run)
(bodge-demo:run)
```

## Misc
Expand Down

0 comments on commit a2c0667

Please sign in to comment.