Skip to content

Commit

Permalink
Merge pull request #2 from kaichaosun/name-convention
Browse files Browse the repository at this point in the history
rename language
  • Loading branch information
jdeepee authored Dec 8, 2021
2 parents 8a97c36 + d0c9e8b commit 16e30de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function interactions(expression: Address): Interaction[] {
return [];
}

export const name = "agent-profiles";
export const name = "profile-expression";

export default async function create(context: LanguageContext): Promise<Language> {
const Holochain = context.Holochain as HolochainLanguageDelegate;
Expand Down

0 comments on commit 16e30de

Please sign in to comment.