From 29245fe7e882e8657c76ed46ab195368064004ae Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 22 Sep 2024 17:31:33 -0300 Subject: [PATCH] Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f792a5..625e900 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ as the starting point for a new user's `${HOME}` directory. The `webskel new` command creates a new application from a specified skeleton. For example, the following command will create a "myapp" directory using the -`@webskel/ruby-graphql-webpack-react` skeleton: +`ruby-typescript-graphql-webpack-preact` skeleton: user@localhost$ webskel new ruby-typescript-graphql-webpack-preact myapp #### webskel ls -The `webskel ls` command lists all available skeletons. These skeletons are -located in the [share/webskel/](share/webskel) directory, which is typically +The `webskel ls` command lists all available skeletons by name. These skeletons +are located in the [share/webskel/](share/webskel) directory, which is typically installed relative to `/usr/local`: user@localhost webskel ls