Skip to content

Commit 3b6a04d

Browse files
authored
Merge pull request #59 from tls-attacker/releaseVersion
changed ReadMe
2 parents 414d7f1 + 8125795 commit 3b6a04d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
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.
77

8-
#Installation
8+
# Installation
99

1010
In order to compile and use ModifiableVariable, you need to have Java and Maven installed. On Ubuntu you can install
1111
Maven by running:
@@ -31,7 +31,7 @@ If you want to use this project as a dependency, you do not have to compile it y
3131
</dependency>
3232
```
3333

34-
#Usage
34+
# Usage
3535

3636
The best way to present the functionality of ModifiableVariables is by means of a simple example:
3737

@@ -57,15 +57,6 @@ ba.setModification(modifier);
5757
System.out.println(ArrayConverter.bytesToHexString(ba)); // 01 02 03 04
5858
```
5959

60-
If you want to use modifiable variables in your maven projects, you can include the following dependency in your pom file:
61-
```xml
62-
<dependency>
63-
<groupId>de.rub.nds</groupId>
64-
<artifactId>ModifiableVariable</artifactId>
65-
<version>3.0.0</version>
66-
</dependency>
67-
```
68-
6960
# Supported data types
7061
The following modifiable variables are provided in this package with their modifications:
7162
* ModifiableBigInteger: add, explicitValue, shiftLeft, shiftRight, subtract, xor

0 commit comments

Comments
 (0)