Skip to content

Commit

Permalink
Fixed doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markmak77 committed Mar 20, 2020
1 parent 9644cc7 commit b6510e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ If you worked with the microservice before you can check out latest changes and
```bash
go get -u
```

## <a name="build"></a> Building

The commons is written in Golang language.
So, if you make changes to the source code you need to compile it before running or committing to github.
The process will output compiled executable files.

```bash
go buld
go build
```

## <a name="test"></a> Testing
Expand Down

0 comments on commit b6510e8

Please sign in to comment.