Skip to content

Commit

Permalink
README note: "use" is not recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Oct 22, 2020
1 parent f873716 commit e6f9c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Install with [Quicklisp](https://www.quicklisp.org/beta/):

(ql:quickload :str)

Add it in your .asd's project dependencies, and call functions with the `str` prefix. It is not recommended to `:use :str` in a package. It's safer to use the `str` prefix.

Check its version:

(str:version)
Expand Down

0 comments on commit e6f9c67

Please sign in to comment.