From f3689c6cb5d0b2a5ed5ac1fad8b13931e300e82e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 7 May 2020 20:11:06 +0200 Subject: [PATCH] doc --- doc/pods.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/pods.md b/doc/pods.md index 29b06339..3ab7678a 100644 --- a/doc/pods.md +++ b/doc/pods.md @@ -5,15 +5,15 @@ babashka. Pods can be created independently from babashka. Any program can be invoked as a pod as long as it implements the _pod protocol_. This protocol is influenced by and built upon battle-tested technologies: -- the [nREPL](https://nrepl.org/) and [LSP](https://microsoft.github.io/language-server-protocol/) protocols, -- [bencode](https://en.wikipedia.org/wiki/Bencode), -- [JSON](https://www.json.org/json-en.html), +- the [nREPL](https://nrepl.org/) and [LSP](https://microsoft.github.io/language-server-protocol/) protocols +- [bencode](https://en.wikipedia.org/wiki/Bencode) +- [JSON](https://www.json.org/json-en.html) - [EDN](https://github.com/edn-format/edn) -- composition of UNIX command line tools in via good old stdin and stdout. +- composition of UNIX command line tools in via good old stdin and stdout Pods are a brand new way to extend babashka and you should consider the protocol -alpha for now. Breaking changes may occur as we discover better ways of doing -things. Pods were introduced in babashka version `0.0.92`. +alpha. Breaking changes may occur at this phase. Pods were introduced in +babashka version `0.0.92`. Pods you can try today: