Rename address to url (#27)

This commit is contained in:
Asim Aslam
2020-11-13 14:04:26 +00:00
committed by GitHub
parent e369086903
commit 2b534c55ed
6 changed files with 36 additions and 37 deletions

View File

@@ -12,7 +12,7 @@ micro new feeds
```
micro feeds new --name="az" --address=http://a16z.com/feed/
micro feeds new --name="a16z" --url=http://a16z.com/feed/
```
```
@@ -53,4 +53,4 @@ Run the service
```
micro run .
```
```