Skip to content

Commit

Permalink
update clj-uuid ns references in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dco-lentz committed Oct 15, 2024
1 parent 12f544c commit 8db046f
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 @@ -93,7 +93,7 @@ In order to refer to the symbols in this library, it is recommended to

```clojure

(require '[clj-uuid :as uuid])
(require '[clj-uuid.core :as uuid])
```

Or include in namespace declaration:
Expand All @@ -102,7 +102,7 @@ Or include in namespace declaration:
```clojure

(ns foo
(:require [clj-uuid :as uuid])
(:require [clj-uuid.core :as uuid])
...
)

Expand Down

0 comments on commit 8db046f

Please # to comment.