diff --git a/examples/readme.md b/examples/readme.md index b957513..d6400f1 100644 --- a/examples/readme.md +++ b/examples/readme.md @@ -2,6 +2,6 @@ * [deps](deps) - minimal bare bone CLJS project based on CLI tools and deps.edn * [shadow](shadow) - shadow-cljs based example project -* [lein](lein) - older example project based Leiningen +* [lein](lein) - older example project using Leiningen For more details learn [installation.md](../docs/installation.md). diff --git a/readme.md b/readme.md index 57d2204..1039b40 100644 --- a/readme.md +++ b/readme.md @@ -5,7 +5,7 @@ [![Travis](https://img.shields.io/travis/binaryage/cljs-devtools.svg)](https://travis-ci.org/binaryage/cljs-devtools) [![Example Projects](https://img.shields.io/badge/project-examples-ff69b4.svg)](https://github.com/binaryage/cljs-devtools/tree/master/examples) -CLJS DevTools is a library which adds enhancements in Chrome DevTools for ClojureScript developers: +CLJS DevTools adds enhancements into Chrome DevTools for ClojureScript developers: * Better presentation of ClojureScript values in Chrome DevTools (see the [:formatters][1] feature) * More informative exceptions (see the [:hints][2] feature)