Skip to content

Commit

Permalink
Merge c28fa4c into 1b6450e
Browse files Browse the repository at this point in the history
  • Loading branch information
gramstrong committed Apr 4, 2018
2 parents 1b6450e + c28fa4c commit 48a1972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -39,10 +39,10 @@ Edit `src/main/java/com/example/App.java` and replace it with:
import java.io.IOException;
import java.util.Map;

import org.nanohttpd.NanoHTTPD;
// NOTE: If you're using NanoHTTPD < 3.0.0 the namespace is different,
import fi.iki.elonen.NanoHTTPD;
// NOTE: If you're using NanoHTTPD >= 3.0.0 the namespace is different,
// instead of the above import use the following:
// import fi.iki.elonen.NanoHTTPD;
// import org.nanohttpd.NanoHTTPD;

public class App extends NanoHTTPD {

Expand Down

0 comments on commit 48a1972

Please sign in to comment.