Skip to content

Commit f1d7972

Browse files
authored
small cleanups
1 parent 374b512 commit f1d7972

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
[![Build Status](https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master)](https://travis-ci.org/marci4/Java-WebSocket-Dev) [![Clojars Project](https://img.shields.io/clojars/v/org.java-websocket/java-websocket.svg)](https://clojars.org/org.java-websocket/java-websocket)
21
Java WebSockets
32
===============
3+
[![Build Status](https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master)](https://travis-ci.org/marci4/Java-WebSocket-Dev) [![Clojars Project](https://img.shields.io/clojars/v/org.java-websocket/java-websocket.svg)](https://clojars.org/org.java-websocket/java-websocket)
4+
45

56
This repository contains a barebones WebSocket server and client implementation
67
written in 100% Java. The underlying classes are implemented `java.nio`, which allows for a
@@ -18,7 +19,7 @@ Implemented WebSocket protocol versions are:
1819
[Here](https://github.com/TooTallNate/Java-WebSocket/wiki/Drafts) some more details about protocol versions/drafts.
1920

2021

21-
##Build
22+
## Build
2223
You can build using Ant or Leiningen but there is nothing against just putting the source path ```src/main/java ``` on your applications buildpath.
2324

2425
### Ant

0 commit comments

Comments
 (0)