Skip to content

Commit

Permalink
docs: improved documentation
Browse files Browse the repository at this point in the history
- Added emojis
- Added compatibility versions table
  • Loading branch information
UlisesGascon committed Jan 31, 2023
1 parent 36c1e74 commit 199d39e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</p>


## Usage
## ☕️ Usage
```js
const System = require('systemic')
const knex = require('systemic-knex')
Expand Down Expand Up @@ -44,7 +44,13 @@ new System()
})
```

### Parameters
### 🚩 Compatibility versions

| Version | Node.js | Knex |
|----------|:-------------:|------:|
| 1.0.0 | 10.x-14.x | 0.21.17 |
| 2.0.0 | 14.x-19.x | 0.21.17 |


### 📚 Parameters
Check out [the official documentation](http://knexjs.org/#Installation-client)

0 comments on commit 199d39e

Please sign in to comment.