Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bitkidd committed Sep 6, 2023
1 parent bd6a32f commit 69aa759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adonis JSX
# AdonisJS JSX
> adonis, adonisjs, jsx
[![github-actions-image]][github-actions-url] [![npm-image]][npm-url] [![license-image]][license-url] [![typescript-image]][typescript-url]
Expand Down Expand Up @@ -122,10 +122,6 @@ const HelloWorld = () => {
}
```


[github-actions-image]: https://github.com/adonisjs-jsx/actions/workflows/test.yml
[github-actions-url]: https://img.shields.io/github/workflow/status/adonisjs-jsx/test?style=for-the-badge "github-actions"

[npm-image]: https://img.shields.io/npm/v/@bitkidd/adonisjs-jsx.svg?style=for-the-badge&logo=npm
[npm-url]: https://npmjs.org/package/@bitkidd/adonisjs-jsx "npm"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitkidd/adonisjs-jsx",
"version": "1.0.0",
"version": "1.0.1",
"description": "A AdonisJS v5.x.x provider for JSX rendering engine",
"types": "build/adonis-typings/index.d.ts",
"main": "build/providers/JsxProvider.js",
Expand Down

0 comments on commit 69aa759

Please sign in to comment.