Skip to content

Commit

Permalink
Require statement fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKourt authored and kristianmandrup committed May 26, 2017
1 parent 1b9ecd2 commit ab0866a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascript_getting_started.md
Expand Up @@ -61,7 +61,7 @@ A full `project.clj` file for a datascript only app would look like this.

```clojure
(ns my-app.core
(:require [datascript :as d]
(:require [datascript.core :as d]
;; more libs...
))

Expand Down

0 comments on commit ab0866a

Please sign in to comment.