Merge pull request #5 from axodotdev/see-aye-yi-yi
doc(badges): add ci and crates.io badges to readme
This commit is contained in:
commit
478dd674fd
|
@ -1,5 +1,9 @@
|
|||
# axohtml
|
||||
|
||||

|
||||

|
||||
[](https://opensource.org/licenses/MPL-2.0)
|
||||
|
||||
This crate provides the `html!` macro for building fully type checked HTML
|
||||
documents inside your Rust code using roughly [JSX] compatible syntax.
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
no-dev-version = true
|
||||
sign-commit = true
|
||||
pre-release-replacements = [ { file="CHANGELOG.md", search="\\[Unreleased\\]", replace="[{{version}}] - {{date}}" } ]
|
Loading…
Reference in New Issue