Skip to content

Commit 0efa52d

Browse files
authored
Merge pull request #20 from tkf/docs
Tweak README.md
2 parents 6529367 + 6634aee commit 0efa52d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaObjects.github.io/ConstructionBase.jl/dev)
55
[![Build Status](https://travis-ci.com/JuliaObjects/ConstructionBase.jl.svg?branch=master)](https://travis-ci.com/JuliaObjects/ConstructionBase.jl)
66
[![Codecov](https://codecov.io/gh/JuliaObjects/ConstructionBase.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaObjects/ConstructionBase.jl)
7+
[![GitHub stars](https://img.shields.io/github/stars/JuliaObjects/ConstructionBase.jl?style=social)](https://github.com/JuliaObjects/ConstructionBase.jl)
78

89
ConstructionBase is a very lightwight package, that provides primitive functions for construction of objects:
910
```julia
1011
setproperties(obj::MyType, patch::NamedTuple)
1112
constructorof(MyType)
1213
```
13-
These functions can be overloaded and doing so provides interoperability the following packages:
14+
These functions can be overloaded and doing so provides interoperability with the following packages:
1415
* [Flatten.jl](https://github.com/rafaqz/Flatten.jl)
1516
* [Setfield.jl](https://github.com/jw3126/Setfield.jl)
17+
* [BangBang.jl](https://github.com/tkf/BangBang.jl)

0 commit comments

Comments
 (0)