Skip to content

Commit 2c09d79

Browse files
Update README.md
Add license and travis links
1 parent 60b36c5 commit 2c09d79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Modifiable Variables
2+
3+
![licence](https://img.shields.io/badge/License-Apachev2-brightgreen.svg)
4+
[![travis](https://travis-ci.org/RUB-NDS/ModifiableVariable.svg?branch=master)](https://travis-ci.org/RUB-NDS/ModifiableVariable)
5+
26
Modifiable variable allows one to set modifications to basic types after or before their values are actually determined. When their actual values are determined and one tries to access the value via getters, the original value will be returned in a modified form accordingly.
37

48
The best way to present the functionality of this concept is by means of a simple example:

0 commit comments

Comments
 (0)