Skip to content

Commit 5e4f40b

Browse files
authored
Merge pull request shannah#32 from Marcono1234/marcono1234/readme
Improve README
2 parents 62409c5 + 11bdef0 commit 5e4f40b

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

README.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A thin bridge that allows for two-way communication from Java to Objective-C.
66

77
## License
88

9-
Apache 2.0 License
9+
[Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0.html)
1010

1111
## Requirements
1212

@@ -16,15 +16,14 @@ Apache 2.0 License
1616
## Getting Started
1717

1818
1. Check out the project and use `mvn clean install` (for debug builds) or `mvn clean install -Drelease=true` (for release builds) to build it
19-
2. include it as a maven depencency in your project:
20-
21-
```xml
22-
<dependency>
23-
<groupId>ca.weblite</groupId>
24-
<artifactId>java-objc-bridge</artifactId>
25-
<version>1.1-SNAPSHOT</version>
26-
</dependency>
27-
```
19+
2. Include it as a Maven depencency in your project:
20+
```xml
21+
<dependency>
22+
<groupId>ca.weblite</groupId>
23+
<artifactId>java-objc-bridge</artifactId>
24+
<version>1.1-SNAPSHOT</version>
25+
</dependency>
26+
```
2827

2928
## Examples
3029

@@ -35,8 +34,8 @@ Apache 2.0 License
3534

3635
## JavaDocs & Documentation
3736

38-
* [Documentation](http://solutions.weblite.ca/maven/java-objc-bridge/apidocs/index.html)
39-
* Read a [blog post](http://www.shannah.ca/blog/?p=219) about the motivation for this project.
37+
* [Documentation](https://solutions.weblite.ca/maven/java-objc-bridge/apidocs/index.html)
38+
* Read a [blog post](https://sjhannah.com/blog/2012/10/29/speaking-cocoa-from-java/) about the motivation for this project.
4039

4140
## Contact
4241

@@ -45,8 +44,4 @@ Apache 2.0 License
4544

4645
## Credits
4746

48-
Created by [Steve Hannah](http://sjhannah.com)
49-
50-
51-
52-
47+
Created by [Steve Hannah](https://sjhannah.com)

0 commit comments

Comments
 (0)