Skip to content

Commit

Permalink
Merge pull request #101 from atouchet/rdm
Browse files Browse the repository at this point in the history
Remove obsolete badge references and update Readme
  • Loading branch information
GuillaumeGomez authored Oct 27, 2022
2 parents b992fc8 + b9856be commit 7a0211f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ keywords = ["minify", "minifier", "JS", "HTML", "CSS"]
license = "MIT"
edition = "2021"

[badges]
appveyor = { repository = "GuillaumeGomez/minifier-rs", service = "github" }
travis-ci = { repository = "GuillaumeGomez/minifier-rs" }

[features]
html = ["regex"]

Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ To use the library, add it into your `Cargo.toml` file like this:

```toml
[dependencies]
minifier = "^0.0.1"
```

Then import it into your code like this:

```rust
extern crate minifier;
minifier = "0.2"
```

## WARNING!!
Expand Down

0 comments on commit 7a0211f

Please sign in to comment.