Aleix Conchillo FlaquƩ <aconchi...@gmail.com> writes: > Hi, > > I just release guile-json 0.1.0. > > https://github.com/aconchillo/guile-json > Nice. Looks like you have a small typo in README.org:
diff --git a/README.org b/README.org index e7d9c91..a10d75a 100644 --- a/README.org +++ b/README.org @@ -93,7 +93,7 @@ main /json/ macro (and /object/ and /array/). Here are some examples: - Build the string "hello world": - : (json "hello world")) + : (json "hello world") - Build the [1, 2, 3] array: