diff --git a/README.md b/README.md index 172a552..811ab7f 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ Currently only one adapter is implemented which is the Amino Acids to SMILES and ```python -test = 'RSTEFGHIKLADPQ' +from chemistry_adapters.amino_acids import AminoAcidAdapter +test = 'RSTEFGHIKLADPQ' adapter = AminoAcidAdapter() smiles = adapter.convert_amino_acid_sequence_to_smiles(test)