Update README misc
This commit is contained in:
parent
79d261872f
commit
6480304577
1 changed files with 14 additions and 16 deletions
30
README.md
30
README.md
|
|
@ -148,7 +148,7 @@ There's two default forms of encryption on offer: `:salted` and `:cached`. Each
|
||||||
|
|
||||||
## Contact & contributing
|
## Contact & contributing
|
||||||
|
|
||||||
`lein start-dev` to get a (headless) development repl that you can connect to with [Cider][] (emacs) or your IDE.
|
`lein start-dev` to get a (headless) development repl that you can connect to with [Cider][] (Emacs) or your IDE.
|
||||||
|
|
||||||
Please use the project's GitHub [issues page][] for project questions/comments/suggestions/whatever **(pull requests welcome!)**. Am very open to ideas if you have any!
|
Please use the project's GitHub [issues page][] for project questions/comments/suggestions/whatever **(pull requests welcome!)**. Am very open to ideas if you have any!
|
||||||
|
|
||||||
|
|
@ -159,18 +159,16 @@ Otherwise reach me (Peter Taoussanis) at [taoensso.com][] or on [Twitter][]. Che
|
||||||
Copyright © 2012-2014 Peter Taoussanis. Distributed under the [Eclipse Public License][], the same as Clojure.
|
Copyright © 2012-2014 Peter Taoussanis. Distributed under the [Eclipse Public License][], the same as Clojure.
|
||||||
|
|
||||||
|
|
||||||
[API docs]: <http://ptaoussanis.github.io/nippy/>
|
[API docs]: http://ptaoussanis.github.io/nippy/
|
||||||
[CHANGELOG_]: <https://github.com/ptaoussanis/nippy/blob/master/CHANGELOG.md>
|
[CHANGELOG]: https://github.com/ptaoussanis/nippy/releases
|
||||||
[CHANGELOG]: <https://github.com/ptaoussanis/nippy/releases>
|
[other Clojure libs]: https://www.taoensso.com/clojure
|
||||||
[other Clojure libs]: <https://www.taoensso.com/clojure-libraries>
|
[taoensso.com]: https://www.taoensso.com
|
||||||
[Twitter]: <https://twitter.com/ptaoussanis>
|
[Twitter]: https://twitter.com/ptaoussanis
|
||||||
[SemVer]: <http://semver.org/>
|
[issues page]: https://github.com/ptaoussanis/nippy/issues
|
||||||
[Break Version]: <https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md>
|
[commit history]: https://github.com/ptaoussanis/nippy/commits/master
|
||||||
[Leiningen]: <http://leiningen.org/>
|
[Break Version]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||||
[CDS]: <http://clojure-doc.org/>
|
[Leiningen]: http://leiningen.org/
|
||||||
[ClojureWerkz]: <http://clojurewerkz.org/>
|
[Cider]: https://github.com/clojure-emacs/cider
|
||||||
[issues page]: <https://github.com/ptaoussanis/nippy/issues>
|
[CDS]: http://clojure-doc.org/
|
||||||
[commit history]: <https://github.com/ptaoussanis/nippy/commits/master>
|
[ClojureWerkz]: http://clojurewerkz.org/
|
||||||
[Cider]: <https://github.com/clojure-emacs/cider>
|
[Eclipse Public License]: https://raw2.github.com/ptaoussanis/nippy/master/LICENSE
|
||||||
[taoensso.com]: <https://www.taoensso.com>
|
|
||||||
[Eclipse Public License]: <https://raw2.github.com/ptaoussanis/nippy/master/LICENSE>
|
|
||||||
Loading…
Reference in a new issue