Skip to content

Commit

Permalink
update uploading path
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 24, 2019
1 parent 88d3fb8 commit bbc14b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ Cirru EDN

> EDN data in Cirru format.
Demo http://repo.cirru.org/cirru-edn/

### Usage

[![Respo](https://img.shields.io/clojars/v/cirru/edn.svg)](https://clojars.org/cirru/edn)


```edn
[cirru/edn "0.0.1-a1"]
[cirru/edn "0.0.1-a2"]
```

```clojure
Expand Down
2 changes: 1 addition & 1 deletion upload.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
:uploads [{:from "dist/*"
:to "cdn/cirru-edn/"}
{:from "dist/{index.html,manifest.json}"
:to "repo/mvc-works/cirru-edn/"}]}
:to "repo/Cirru/cirru-edn/"}]}

0 comments on commit bbc14b7

Please sign in to comment.