From 5d209f00a04513ac2d06fa45dd481029b3e5f058 Mon Sep 17 00:00:00 2001 From: Kirill Date: Thu, 28 Sep 2017 11:45:06 +0400 Subject: [PATCH] readme: questions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5049a816e9..17e9b6868a 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,10 @@ Cactoos | Guava | Apache Commons | JDK 8 `TrimmedText` | - | `StringUtils.stripAll()` | `String#trim()` `UpperText` | - | - | `String#toUpperCase()` +## Questions + +Ask your questions related to cactoos library on [Stackoverflow](https://stackoverflow.com/questions/ask) with [cactoos](https://stackoverflow.com/tags/cactoos/info) tag. + ## How to contribute? Just fork the repo and send us a pull request.