File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Documentation
22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66
77jobs :
88 swift-doc :
Original file line number Diff line number Diff line change 11# JavaScriptKit
22
3- ![ Run unit tests] ( https://github.com/swiftwasm/JavaScriptKit/workflows/Run%20unit%20tests/badge.svg?branch=master )
3+ ![ Run unit tests] ( https://github.com/swiftwasm/JavaScriptKit/workflows/Run%20unit%20tests/badge.svg?branch=main )
44
55Swift framework to interact with JavaScript through WebAssembly.
66
@@ -71,4 +71,4 @@ let swiftPet: Pet = try JSValueDecoder().decode(from: jsPet)
7171alert (" Swift is running on browser!" )
7272```
7373
74- Please see [ Example] ( https://github.com/swiftwasm/JavaScriptKit/tree/master /Example ) directory for more information
74+ Please see [ Example] ( https://github.com/swiftwasm/JavaScriptKit/tree/main /Example ) directory for more information
You can’t perform that action at this time.
0 commit comments