From 3e0326d313a77dd8e49d11c3bcb456eb3313387d Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Fri, 27 Jul 2018 18:37:26 +0000 Subject: [PATCH] hint about queries negation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3867f7..e428b90 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Try your own queries. Follow these rules: 3. Ask programming language questions only; specify the name of the programming language as the section name. 4. Separate words with `+` instead of spaces. 5. Do not use special characters, they are ignored anyway. +6. If you want to eliminate cheat sheets containing some word, add it to the query with `+-`: `python/multiply+matrices+-numpy` Read more about the programming languages queries below.