Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-bootstrap-scss-v4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-05-06 00:40:38 +0300
committerGitHub <noreply@github.com>2020-05-06 00:40:38 +0300
commit109b964cfa9a3ea60d173cc7de53ec745f623e3b (patch)
tree7e0642a2b973a9a55edae0b1bf5430798d5b411a
parentfc89315b7997ca254c0fabb1a66a64c36d0dd365 (diff)
Fix usage
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11f966b..8d0e4da 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Add the component to your Hugo site's config:
```toml
[module]
[[module.imports]]
-path = "github.com/gohugoio/hugo-bootstrap-scss-v4"
+path = "github.com/gohugoio/hugo-mod-bootstrap-scss-v4"
```
The Bootstrap SCSS will be mounted in `assets/scss/bootstrap`, so you can then import either all:
@@ -64,4 +64,4 @@ Or only what you need:
## Versions
-This repository will be versioned following the minor and patch versions in the v4 series of Bootstrap. \ No newline at end of file
+This repository will be versioned following the minor and patch versions in the v4 series of Bootstrap.