Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace broken CI badge and add version badge. #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Scalatags [![Join the chat at https://gitter.im/lihaoyi/scalatags](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lihaoyi/scalatags?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/lihaoyi/scalatags.svg)](https://travis-ci.org/lihaoyi/scalatags)
# Scalatags [![Join the chat at https://gitter.im/lihaoyi/scalatags](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lihaoyi/scalatags?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![Build Status](https://github.com/com-lihaoyi/scalatags/actions/workflows/actions.yml/badge.svg) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.lihaoyi/scalatags_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.lihaoyi/scalatags_2.13)

[Documentation](https://com-lihaoyi.github.io/scalatags)

If you use Scalatags and like it, you will probably enjoy the following book by the Author:

- [*Hands-on Scala Programming*](https://www.handsonscala.com/)

*Hands-on Scala* has uses Scalatags extensively throughout the book, using
the library to build static websites in *Chapter 9: Self-Contained Scala
*Hands-on Scala* has uses Scalatags extensively throughout the book, using
the library to build static websites in *Chapter 9: Self-Contained Scala
Scripts* and dynamic web servers in *Chapter 14: Simple Web and API Servers*.
*Hands-on Scala* is a great way to level up your skills in Scala in general
*Hands-on Scala* is a great way to level up your skills in Scala in general
and Scalatags in particular.

Loading