Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodinhloc committed Feb 19, 2023
1 parent 897be7f commit e7c8b54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ install: composer install
script:
- XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover=coverage.xml
after_script:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ composer require micronative/event-schema:1.0.0

## Sample code

The codes under [samples](./samples) is a mock microservice architecture:
The code under [samples](./samples) is a mock microservice architecture:
- a [MessageBroker](./samples/MessageBroker)
- two microservices: [UserService](./samples/UserService) and [TaskService](./samples/TaskService)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "micronative/event-schema",
"description": "Event Schema for Microservice",
"description": "Event Schema for Microservices",
"keywords": [
"Microservice",
"Microservices",
"Event",
"Service",
"Schema"
Expand Down

0 comments on commit e7c8b54

Please sign in to comment.