Skip to content

Commit c803408

Browse files
author
Mukesh Solanki
committed
removed index page and updated readme
1 parent 34a5395 commit c803408

6 files changed

Lines changed: 26 additions & 883 deletions

File tree

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,29 @@ markdownView.loadMarkdownFromAssets("README.md"); //Loads the markdown file from
5757
File markdownFile=new File("filePath");
5858
markdownView.loadMarkdownFromFile(markdownFile); //Loads the markdown file.
5959
```
60+
61+
## Author
62+
Maintained by [Mukesh Solanki](https://www.github.com/mukeshsolanki)
63+
64+
## Contribution
65+
[![GitHub contributors](https://img.shields.io/github/contributors/mukeshsolanki/MarkdownView-Android.svg)](https://github.com/mukeshsolanki/MarkdownView-Android/graphs/contributors)
66+
67+
* Bug reports and pull requests are welcome.
68+
* Make sure you use [square/java-code-styles](https://github.com/square/java-code-styles) to format your code.
69+
70+
## License
71+
```
72+
Copyright 2018 Mukesh Solanki
73+
74+
Licensed under the Apache License, Version 2.0 (the "License");
75+
you may not use this file except in compliance with the License.
76+
You may obtain a copy of the License at
77+
78+
http://www.apache.org/licenses/LICENSE-2.0
79+
80+
Unless required by applicable law or agreed to in writing, software
81+
distributed under the License is distributed on an "AS IS" BASIS,
82+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
83+
See the License for the specific language governing permissions and
84+
limitations under the License.
85+
```

index.html

Lines changed: 0 additions & 88 deletions
This file was deleted.

stylesheets/github-light.css

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)