Skip to content

Commit

Permalink
UPdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blanklob committed Aug 21, 2023
1 parent 5ea76ca commit cc8df1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# theme-name
# Theme PWA

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&colorA=338fbb&colorB=1c1c1c&logoColor=ffffff)](https://github.com/odestry/contribute)
[![Discord Shield](https://img.shields.io/discord/983602196493004820?style=flat&colorA=338fbb&colorB=1c1c1c&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/blanklob-community-983602196493004820)
Expand All @@ -8,7 +8,7 @@
[Contributing](#contributing) |
[License](#license)

An opinionated lightweight theme starter for all projects.
An example theme with Support for PWAs and service workers.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion config/settings_schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "theme_info",
"theme_name": "Theme Name",
"theme_name": "Theme PWA",
"theme_version": "0.1.0",
"theme_author": "Odestry",
"theme_documentation_url": "https:\/\/odestry.blanklob.com",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "theme-name",
"name": "theme-pwa",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit cc8df1c

Please sign in to comment.