rename default branch

This commit is contained in:
Mitchell Hanberg 2021-01-02 13:34:19 -05:00
parent c35307cb66
commit e97302149b
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: CI
on:
pull_request:
push:
branches: master
branches: main
jobs:
tests:

View file

@ -1,6 +1,6 @@
# CHANGELOG
## Master
## Main
Nothing Yet

View file

@ -4,7 +4,7 @@
[![Hex.pm](https://img.shields.io/hexpm/v/temple.svg)](https://hex.pm/packages/temple)
[![Slack](https://img.shields.io/badge/chat-Slack-blue)](https://elixir-lang.slack.com/messages/CMH6MA4UD)
> You are looking at the README for the master branch. The README for the latest stable release is located [here](https://github.com/mhanberg/temple/tree/v0.5.0).
> You are looking at the README for the main branch. The README for the latest stable release is located [here](https://github.com/mhanberg/temple/tree/v0.5.0).
Temple is a DSL for writing HTML and EEx using Elixir.