Skip to content

Commit

Permalink
Small corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed May 9, 2017
1 parent e3373d1 commit c18b51e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

name = "fern"
version = "0.3.6-dev"
authors = ["Dabo Ross <[email protected]>"]
description = "Simple efficient configurable logging"
authors = ["David Ross <[email protected]>"]
description = "Simple, efficient logging"

documentation = "https://dabo.guru/rust/fern/"
repository = "https://github.com/daboross/fern"
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fern
[![Linux Build Status][travis-image]][travis-builds]
[![Windows Build Status][appveyor-image]][appveyor-builds]

Efficient + configurable logging in rust.
Simple, efficient logging for [Rust].

---

Expand All @@ -16,14 +16,12 @@ With fern, you can:
- Intuitively apply filters and formats to groups of loggers via builder chaining
- Log using the standard `log` crate macros

Links:
---

- [`fern` documentation](https://dabo.guru/rust/fern/)
- [`fern` on crates.io](crates.io/crates/fern/)
- [`fern` in use (example program)](https://github.com/daboross/fern/tree/master/examples/cmd-program.rs)

This library can only be used while complying to the license terms in the `LICENSE` file.

### Testing

Fern has two separate tests which both require initializing the global logger, so the tests must be run separately. To test, use:
Expand All @@ -40,6 +38,7 @@ cargo run --example cmd-program
cargo run --example cmd-program -- --verbose
```

[Rust]: https://www.rust-lang.org/
[travis-image]: https://travis-ci.org/daboross/fern.svg?branch=master
[travis-builds]: https://travis-ci.org/daboross/fern
[appveyor-image]: https://ci.appveyor.com/api/projects/status/github/daboross/fern?branch=master&svg=true
Expand Down

0 comments on commit c18b51e

Please sign in to comment.