From 6a63117bd1e0d329347cdcb5c4fa5b9848a847b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Levron?= <19h47@users.noreply.github.com> Date: Wed, 8 Jul 2020 16:20:45 +0200 Subject: [PATCH] Add missing s in languages directory name (#1442) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fa3b34..f280b4a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ npm install - `composer lint:wpcs` : checks all PHP files against [PHP Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/). - `composer lint:php` : checks all PHP files for syntax errors. -- `composer make-pot` : generates a .pot file in the `language/` directory. +- `composer make-pot` : generates a .pot file in the `languages/` directory. - `npm run compile:css` : compiles SASS files to css. - `npm run compile:rtl` : generates an RTL stylesheet. - `npm run watch` : watches all SASS files and recompiles them to css when they change.