Skip to content

Commit

Permalink
docs: fix composer install command
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus authored May 19, 2024
1 parent 6ef32a0 commit 9782a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/tools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Tools() {
You can also install Pure with <a href="https://getcomposer.org/">Composer</a>.
</p>

<CodeBlock>$ composer require pure-css/purecss</CodeBlock>
<CodeBlock>$ composer require pure-css/pure</CodeBlock>

<SectionHeader heading="Extending Pure with Grunt" />

Expand Down

3 comments on commit 9782a24

@joshespi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its:
composer require yahoo/purecss

https://packagist.org/packages/yahoo/purecss

@redonkulus
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe thats an old version of the package, I've never used composer before. The name of the package changed when the repo changed https://github.com/pure-css/pure/blob/master/composer.json#L2

@joshespi
Copy link

@joshespi joshespi commented on 9782a24 May 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps, i've been struggling to make it work. I removed it from my composer and just added it through the CDN method.

thanks! Take care!

Please sign in to comment.