From 24401775534d6db705cc443d4e7385b2450dfdd1 Mon Sep 17 00:00:00 2001 From: anton083 Date: Mon, 9 Sep 2024 14:51:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d5e6b..43ea5ea 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Build Status](https://github.com/MurrellGroup/ProteinChains.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/MurrellGroup/ProteinChains.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/MurrellGroup/ProteinChains.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/MurrellGroup/ProteinChains.jl) -This Julia package provides implements the `ProteinChain` type: an efficient and GPU-friendly representation of protein chains, with a simple and intuitive interface to assign and implement arbitrary properties such as secondary structure, backbone bond geometry, knots, and more. +This Julia package provides implements the `ProteinChain` type: an efficient and GPU-friendly representation of protein chains. ## Installation