Skip to content

Commit

Permalink
Merge pull request #44 from exercism/rename-repo
Browse files Browse the repository at this point in the history
Remove leading 'x' from repository name
  • Loading branch information
snahor authored Jun 19, 2017
2 parents 501babb + 6cde455 commit 01ee359
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# xSML
# Exercism Standard ML Track

Exercism problems in the Standard ML programming language

Expand All @@ -9,5 +9,3 @@ Please see SETUP.md for instructions on how to get started solving the SML exerc
## Contributing Guide

Please see the [contributing guide](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data)


2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "sml",
"language": "Standard ML",
"repository": "https://github.com/exercism/xsml",
"repository": "https://github.com/exercism/sml",
"checklist_issue": 8,
"active": false,
"test_pattern": "^test_*.sml$",
Expand Down
2 changes: 1 addition & 1 deletion docs/EXERCISE_README_INSERT.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You will need an SML interpreter to solve these problems. There are several popu

#### Example:

cd ~/exercism/xsml/accumulate
cd ~/exercism/sml/accumulate
poly
Poly/ML 5.2 Release
> use "test_accumulate.sml";
Expand Down

0 comments on commit 01ee359

Please sign in to comment.