Skip to content

Commit 90bd598

Browse files
committed
change main description
1 parent 17badd9 commit 90bd598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defproject binaryage/devtools "0.6.1-SNAPSHOT"
2-
:description "Chrome DevTools utilities for ClojureScript"
2+
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
33
:url "https://github.com/binaryage/cljs-devtools"
44
:license {:name "MIT License"
55
:url "http://opensource.org/licenses/MIT"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cljs-devtools [![GitHub license](https://img.shields.io/github/license/binaryage/cljs-devtools.svg)](license.txt) [![Clojars Project](https://img.shields.io/clojars/v/binaryage/devtools.svg)](https://clojars.org/binaryage/devtools) [![Travis](https://img.shields.io/travis/binaryage/cljs-devtools.svg)](https://travis-ci.org/binaryage/cljs-devtools) [![Sample Project](https://img.shields.io/badge/project-example-ff69b4.svg)](https://github.com/binaryage/cljs-devtools-sample)
22

3-
A set of neat Chrome DevTools enhancements for ClojureScript developers:
3+
A collection of Chrome DevTools enhancements for ClojureScript developers:
44

55
* Better presentation of ClojureScript values in Chrome DevTools (`:custom-formatters`)
66
* More informative exceptions (`:sanity-hints`)

0 commit comments

Comments
 (0)