Skip to content

Commit d2d2ca5

Browse files
committedNov 7, 2015
update readme
1 parent a08feaa commit d2d2ca5

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed
 

‎LICENSE.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Original Work: Copyright (c) 2015 Danylyk Dmytro
4+
45
Modified Work: Copyright (c) 2015 Rottmann, Jonas
56

67
Permission is hereby granted, free of charge, to any person obtaining a copy

‎README.md

+7-15
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ Android [Realm](https://github.com/realm/realm-java) Browser
44

55
![](screenshots/intro.png)
66

7-
### Wiki
8-
9-
- [Home]
10-
- [Limitations]
11-
- [User Guide]
12-
137
### Integration
148

9+
[![Download](https://api.bintray.com/packages/jonasrottmann/maven/realm-browser/images/download.svg) ](https://bintray.com/jonasrottmann/maven/realm-browser/_latestVersion)
10+
1511
```
1612
dependencies {
17-
compile 'com.github.dmytrodanylyk.realm-browser:library:0.0.3'
13+
compile 'de.jonasrottmann:realm-browser:0.0.3'
1814
}
1915
```
2016

@@ -23,7 +19,9 @@ dependencies {
2319
```
2420
The MIT License (MIT)
2521
26-
Copyright (c) 2015 Danylyk Dmytro
22+
Original Work: Copyright (c) 2015 Danylyk Dmytro
23+
24+
Modified Work: Copyright (c) 2015 Rottmann, Jonas
2725
2826
Permission is hereby granted, free of charge, to any person obtaining a copy
2927
of this software and associated documentation files (the "Software"), to deal
@@ -42,10 +40,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4240
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4341
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4442
SOFTWARE.
45-
```
46-
47-
[Home]:https://github.com/dmytrodanylyk/realm-browser/wiki
48-
[Limitations]:https://github.com/dmytrodanylyk/realm-browser/wiki/Limitations
49-
[User Guide]:https://github.com/dmytrodanylyk/realm-browser/wiki/User-Guide
50-
51-
[![Analytics](https://ga-beacon.appspot.com/UA-44382495-7/realm-browser/readme)](https://github.com/igrigorik/ga-beacon)
43+
```

0 commit comments

Comments
 (0)