Skip to content

Commit e95deef

Browse files
committed
update README
1 parent 41224d6 commit e95deef

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Or download the latest release using:
2020

2121
## Usage
2222

23-
`twentytwenty` is a UMD module, which can be used as a module in both CommonJS and AMD modular environments. When in a non-modular environment, `TwentyTwenty` will be registered as a global variable.
23+
`TwentyTwenty` is a UMD module, which can be used as a module in both CommonJS and AMD modular environments. When in a non-modular environment, `TwentyTwenty` will be registered as a global variable.
2424

2525
### ES6
2626

@@ -140,8 +140,6 @@ export default {
140140
From a clean repository (no pending changes) run the following:
141141

142142
```
143-
yarn version
144-
git push && git push --tags
145-
yarn run build
146-
yarn publish
143+
yarn version --patch
144+
git push --follow-tags
147145
```

0 commit comments

Comments
 (0)