Skip to content

Commit a997f73

Browse files
authored
Update README.md
1 parent 46db7df commit a997f73

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -104,23 +104,3 @@ curl -XPOST \
104104
-d '{"name": "alice"}' \
105105
http://localhost:8080
106106
```
107-
108-
## Micro
109-
110-
Use the [Micro](https://github.com/micro/micro) cli to call it
111-
112-
```
113-
micro call helloworld Say.Hello '{"name": "Asim"}'
114-
```
115-
116-
Run the micro api and call it via http
117-
118-
```
119-
micro api
120-
```
121-
122-
Call it via http://localhost:8080/
123-
124-
```
125-
curl -d '{"name": "Asim"}' https://localhost:8080/helloworld/Say/Hello
126-
```

0 commit comments

Comments
 (0)