typo(examples/blog): change ”make run“ to ”kratos run“ (#1474)

pull/1476/head
包子 3 years ago committed by GitHub
parent 32c41f47d5
commit 73bba905b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      examples/blog/README.md

@ -13,6 +13,7 @@ data:
source: root:password@tcp(127.0.0.1:3306)/testdb?parseTime=True source: root:password@tcp(127.0.0.1:3306)/testdb?parseTime=True
``` ```
4. Run your blog server: 4. Run your blog server:
```yaml ```bash
make run $ go generate ./...
``` $ kratos run
```

Loading…
Cancel
Save