Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendolenLynch committed Feb 19, 2016
1 parent 9e43a9d commit c81457f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Bolt Extension Starter
======================

A starter skeleton for a Bolt Extension
A starter skeleton for a Bolt v3.x Extension

To get going run the following command, replacing the last argument with the name of your extension:

`composer create-project --no-install bolt/bolt-extension-starter <newextname>`
`composer create-project --no-install bolt/bolt-extension-starter:^3.0 <newextname>`

For more information, see this page in the Bolt documentation: https://docs.bolt.cm/extensions/config
For more information, see this page in the Bolt documentation: https://docs.bolt.cm/extensions/building-starter/about

0 comments on commit c81457f

Please sign in to comment.