diff --git a/README.md b/README.md index 6ce90416..4653219c 100644 --- a/README.md +++ b/README.md @@ -119,28 +119,28 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi 3. Create a site: ```sh - $ hugo new site yourproject + $ hugo new site yoursite ``` 4. Create a post: ```sh - $ cd yourproject + $ cd yoursite $ hugo new yourpost.md ``` 5. Install the Paige module: ```sh - $ cd yourproject - $ hugo mod init github.com/youraccount/yourproject + $ cd yoursite + $ hugo mod init github.com/youraccount/yoursite $ hugo mod get github.com/willfaught/paige@latest ``` 6. Import the Paige module: ```sh - $ cd yourproject + $ cd yoursite $ cat >>hugo.toml <