Skip to content

Commit

Permalink
Fix typo in readme and add syntax highlight to require
Browse files Browse the repository at this point in the history
  • Loading branch information
bsless committed Apr 2, 2020
1 parent dcd7ed4 commit 81478ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -31,13 +31,13 @@ to justify caching over walking over keys dynamically.

### Require Adashot

```
```clojure
(require '[adashot.core :as a])
```
or
```
```clojure
(ns my-ns
(:require '[adashot.core :as a]))
(:require [adashot.core :as a]))
```

### Create a lens
Expand Down

0 comments on commit 81478ad

Please sign in to comment.