Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
levichevdmitry committed Nov 25, 2019
1 parent cdd1656 commit f9c985e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ The framework provides a light-weight container that can be embedded inside a se
as a system process, for example. Container configuration serves as a recipe for instantiating and configuring components inside the container.
The default container factory provides generic functionality on-demand, such as logging and performance monitoring.

- [**Conteiner**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-node/conteiner) - Component container and container as a system process
- [**Build**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-node/build) - Container default factory
- [**Config**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-node/config) - Container configuration
- [**Refer**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-node/refer) - Container references
- [**Conteiner**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-go/conteiner) - Component container and container as a system process
- [**Build**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-go/build) - Container default factory
- [**Config**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-go/config) - Container configuration
- [**Refer**](https://godoc.org/github.com/pip-services3-go/pip-services3-container-go/refer) - Container references

Quick Links:

* [Downloads](https://github.com/pip-services3-go/pip-services3-container-go.git)
* [API Reference](https://godoc.org/github.com/pip-services3-go/pip-services3-container-go/)
* [Building and Testing](https://github.com/pip-services3-node/pip-services3-container-node/blob/master/docs/Development.md)
* [Contributing](https://github.com/pip-services3-node/pip-services3-container-node/blob/master/docs/Development.md#contrib)
* [Building and Testing](https://github.com/pip-services3-go/pip-services3-container-go/blob/master/docs/Development.md)
* [Contributing](https://github.com/pip-services3-go/pip-services3-container-go/blob/master/docs/Development.md#contrib)

## Acknowledgements

Expand Down

0 comments on commit f9c985e

Please sign in to comment.