Update README.md
This commit is contained in:
parent
d2e8d41391
commit
69a45588d7
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,11 @@ Static server middleware for Angel.
|
||||||
# Installation
|
# Installation
|
||||||
In `pubspec.yaml`:
|
In `pubspec.yaml`:
|
||||||
|
|
||||||
dependencies:
|
```yaml
|
||||||
angel_framework: ^1.0.0-dev
|
dependencies:
|
||||||
angel_static: ^1.0.0
|
angel_framework: ^1.0.0-dev
|
||||||
|
angel_static: ^1.0.0
|
||||||
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
As with all Angel middleware, this can be used simply via a function
|
As with all Angel middleware, this can be used simply via a function
|
||||||
|
|
Loading…
Reference in a new issue