aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'pnfsimulator/README.md')
-rw-r--r--pnfsimulator/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnfsimulator/README.md b/pnfsimulator/README.md
index 52bf8bd..1ab9c3d 100644
--- a/pnfsimulator/README.md
+++ b/pnfsimulator/README.md
@@ -113,7 +113,7 @@ The simulator provides means for managing templates. Supported actions: adding,
```GET /template/list```
Lists all templates known to the simulator.
-```GET /template/get-content/{name}```
+```GET /template/get/{name}```
Gets template content based on *name* path variable.
```POST /template/upload?override=true```