Skip to content

Commit

Permalink
Fix bug in bixaluswds.info file and update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Feb 10, 2024
1 parent c041c78 commit 038671a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ Add bixal/bixaluswds to `repositories` object.
"source": {
"url": "https://github.com/Bixal/bixaluswds.git",
"type": "git",
"reference": "v0.0.0"
"reference": "v0.0.2"
}
}
}
```
Run `lando composer install`
Then run
```
lando composer require "bixal/bixaluswds"
```

## Initialize child theme using drupal theme generate function
Determine what theme name you want to use in this example we are using `my_new_theme`.
Expand Down
2 changes: 1 addition & 1 deletion bixaluswds.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bixal USWDS base theme
type: theme
description: "Drupal base theme for use with USWDS. Check the README for further instructions."
core_version_requirement: "^^10"
core_version_requirement: "^10"
base theme: false
version: '0.0.0'
hidden: true
Expand Down

0 comments on commit 038671a

Please sign in to comment.