summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.md2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 6fa9989a..57288ae2 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2017 tudelft-atlarge
+Copyright (c) 2017 atlarge-research
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 4f226d10..d38e6b43 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Now, start the server:
```bash
# Build the Docker image
-docker build -t="opendc" .
+docker build -t=opendc .
# Start a container with the image
docker run -d --name opendc -p 8081:8081 opendc