Skip to content

Commit e23262a

Browse files
committed
Update readme
1 parent ed2ed00 commit e23262a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Databases and Information Systems Research Group, University of Basel, Switzerland
3+
Copyright (c) 2018-2021 The Chronos Project
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Reference implementation of an agent library written in Java. This library handl
77
* Chronos Agent is published to Maven Central. Make sure that you have `mavenCentral()` to the `repositories` in your gradle build file.
88
* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.3.2'` to your `dependencies`.
99
* Extend the `AbstractChronosAgent` class, call `YourClass.start()` in your `main` method, and you are good to go!
10-
> Assuming that you already have a running [Chronos Control](https://github.com/Chronos-EaaS/Chronos-Control/) instance)
10+
> Assuming that you already have a running [Chronos Control](https://github.com/Chronos-EaaS/Chronos-Control/) instance
1111
1212
>
1313

0 commit comments

Comments
 (0)