aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJarno Elonen <elonen@iki.fi>2015-07-05 14:46:44 +0300
committerJarno Elonen <elonen@iki.fi>2015-07-05 14:47:55 +0300
commit6b1b0e8f08972ca654ac49e8e899583362fce935 (patch)
tree111c9fe2e7259cdf98b9e634218bcbe35effe8aa /README.md
parent62d6807a93f115642f50732b77b0b03565862e05 (diff)
downloadnanohttpd-6b1b0e8f08972ca654ac49e8e899583362fce935.tar.gz
Removed spurious indent.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 418c728..0039c30 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Edit `pom.xml`, and add this between \<dependencies\>:
</dependency>
Edit `src/main/java/com/example/App.java` and replace it with:
-
+```java
package com.example;
import java.util.Map;
@@ -60,7 +60,7 @@ Edit `src/main/java/com/example/App.java` and replace it with:
return newFixedLengthResponse( msg + "</body></html>\n" );
}
}
-
+```
Compile and run the server: