From 5ec6d968f07b1fbd5e687a51e6dbc7a8c823a042 Mon Sep 17 00:00:00 2001 From: nejucomo <> Date: Sun, 14 Oct 2007 05:40:28 +0000 Subject: [PATCH] Formatting change (still learning this wiki format). [Imported from Trac: page Extensions, version 4] --- Extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions.md b/Extensions.md index 01f2fd7..5f723f9 100644 --- a/Extensions.md +++ b/Extensions.md @@ -1,7 +1,7 @@ # Extension Development -Tahoe has a programmatic API which enables building custom applications on top of the storage infrastructure. This ``RESTful'' interface uses HTTP, so extensions can be implemented as separate processes across a network. +Tahoe has a programmatic API which enables building custom applications on top of the storage infrastructure. This RESTful interface uses HTTP, so extensions can be implemented as separate processes across a network. * The [/trac/tahoe/browser/docs/webapi.txt webapi.txt] document shows how to control a Tahoe node programmatically.