Merge pull request #2411 from rymndhng/patch-1

Use `clojars` repo consistently in document
This commit is contained in:
Phil Hagelberg 2018-03-26 08:54:56 -07:00 committed by GitHub
commit 2d8ceda7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ First write your credentials map to `~/.lein/credentials.clj` like so:
```clj
{#"blueant" {:password "locative1"}
#"https://clojars.org/repo"
#"https://repo.clojars.org"
{:username "milgrim" :password "locative1"}
"s3p://s3-repo-bucket/releases"
{:username "AKIAIN..." :passphrase "1TChrGK4s..."}}