diff --git a/README.md b/README.md index 835be2b8..5e9e39c8 100644 --- a/README.md +++ b/README.md @@ -787,14 +787,15 @@ Differences with Clojure: - No `defprotocol`, `defrecord` and unboxed math. -## [Libraries and projects](doc/libraries.md) +## [Libraries, pods and projects](doc/libraries.md) -A list of projects (scripts, libraries and tools) known to work with babashka. +A list of projects (scripts, libraries, pods and tools) known to work with babashka. ## Pods -Pods are a way of extending babashka using other programs. Documentation is -available in the [library repo](https://github.com/babashka/babashka.pods). +Pods are programs that can be used as a Clojure library by +babashka. Documentation is available in the [library +repo](https://github.com/babashka/babashka.pods). ## Package babashka script as a AWS Lambda diff --git a/babashka.pods b/babashka.pods index 6fb10a3c..906a71b6 160000 --- a/babashka.pods +++ b/babashka.pods @@ -1 +1 @@ -Subproject commit 6fb10a3c6abdaddf7e2861fce5a3a27de1fbc1eb +Subproject commit 906a71b66693f7d4990a32602da5e9029b7e591d diff --git a/doc/libraries.md b/doc/libraries.md index 22e62871..a0d9040f 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -240,8 +240,8 @@ which is like sh/sh, but it inherits stdin/stdout/stderr, so that the user sees ## Pods -[Babashka pods](https://github.com/babashka/babashka.pods) are command line -applications that can be used as Clojure libraries within babashka scripts. +[Babashka pods](https://github.com/babashka/babashka.pods) are programs that can +be used as Clojure libraries by bababshka. - [babashka-sql-pods](https://github.com/babashka/babashka-sql-pods): pods for interacting with SQL databases